chore: update dependencies in pyproject.toml and uv.lock
- Added "mistralai==1.9.10" to the dependencies in pyproject.toml. - Updated sdist entries in uv.lock to remove unnecessary upload-time fields for various packages. - Ensured consistency in package specifications across the project files.
This commit is contained in:
parent
06dca5bf26
commit
19fcbba7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ dependencies = [
|
||||||
"uvicorn>=0.34.0,<1.0.0",
|
"uvicorn>=0.34.0,<1.0.0",
|
||||||
"gunicorn>=20.1.0,<24",
|
"gunicorn>=20.1.0,<24",
|
||||||
"websockets>=15.0.1,<16.0.0",
|
"websockets>=15.0.1,<16.0.0",
|
||||||
|
"mistralai==1.9.10",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue