Skip to content

Commit b67d75b

Browse files
committed
fix(slack): add python-multipart for form parsing and update manifest
1 parent 94de45f commit b67d75b

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ llama-index-llms-anthropic = "^0.11.2"
2929
llama-index-llms-openai = "^0.7.5"
3030
httpx = "^0.28.1"
3131
llama-index-readers-web = "^0.6.0"
32+
python-multipart = "^0.0.22"
3233

3334
[tool.poetry.group.dev.dependencies]
3435
pytest = "^8.4.0"

slack_app/manifest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ display_information:
33
description: AI Medical Copywriter Assistant
44
background_color: "#1d2125"
55
features:
6+
app_home:
7+
home_tab_enabled: true
8+
messages_tab_enabled: true
9+
messages_tab_read_only_enabled: false
610
bot_user:
711
display_name: Seratonin Bot
812
always_online: true

0 commit comments

Comments
 (0)