CircleCI had stale version pins (e.g. boto3==1.36.0, aioboto3==13.4.0) that conflict with requirements.txt (boto3==1.42.80, aioboto3==15.5.0), causing uv resolution failures. Updated all mismatched pins across config.yml and .circleci/requirements.txt to match requirements.txt as the source of truth. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
526 B
Plaintext
21 lines
526 B
Plaintext
# used by CI/CD testing
|
|
openai==1.100.1
|
|
python-dotenv
|
|
tiktoken
|
|
importlib_metadata
|
|
cohere
|
|
redis==5.2.1
|
|
redisvl==0.4.1
|
|
anthropic
|
|
orjson==3.10.15 # fast /embedding responses
|
|
pydantic==2.12.5
|
|
google-cloud-aiplatform==1.133.0
|
|
google-cloud-iam==2.19.1
|
|
fastapi-sso==0.16.0
|
|
uvloop==0.21.0
|
|
mcp==1.26.0 # for MCP server
|
|
semantic_router==0.1.10 # for auto-routing with litellm
|
|
fastuuid==0.14.0
|
|
responses==0.25.7 # for proxy client tests
|
|
pytest-retry==1.6.3 # for automatic test retries
|
|
litellm-proxy-extras # for prisma migrations |