📦 chore(pyproject.toml): add python-multipart package to dev dependencies
The python-multipart package is added to the dev dependencies to support file uploads in the application.
This commit is contained in:
parent
f7671874f0
commit
f46cc574f3
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -6178,4 +6178,4 @@ deploy = ["langchain-serve"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.12"
|
||||
content-hash = "9ce165d2decf2190d7ce69be608872b3ed9abe705a276045623706d01665754b"
|
||||
content-hash = "d430721585a5eb7da771804c64f94acd585dbb6ce9f8c861e5ec4de46c1e823f"
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ jina = "3.15.2"
|
|||
sentence-transformers = "^2.2.2"
|
||||
ctransformers = "^0.2.2"
|
||||
cohere = "^4.6.0"
|
||||
python-multipart = "^0.0.6"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue