mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 12:22:40 +02:00
fix: update dependency versions in pyproject.toml and uv.lock
- Changed litellm dependency to a specific version (1.80.10). - Updated grpcio and protobuf dependencies in uv.lock to support different Python versions. - Added sdist URLs for grpcio, griffe, and griffecli packages in uv.lock.
This commit is contained in:
parent
c41e79860f
commit
e5c651da00
2 changed files with 128 additions and 27 deletions
|
|
@ -47,7 +47,7 @@ dependencies = [
|
|||
"firecrawl-py>=4.9.0",
|
||||
"boto3>=1.35.0",
|
||||
"langchain-community>=0.3.31",
|
||||
"litellm>=1.80.10",
|
||||
"litellm==1.80.10",
|
||||
"langchain-litellm>=0.3.5",
|
||||
"fake-useragent>=2.2.0",
|
||||
"trafilatura>=2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue