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:
DESKTOP-RTLN3BA\$punk 2026-03-24 12:22:27 -07:00
parent c41e79860f
commit e5c651da00
2 changed files with 128 additions and 27 deletions

View file

@ -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",