fix(deps): pin all dependencies
This commit is contained in:
parent
7e0bf6f911
commit
64fb0fc2b1
|
|
@ -1,27 +1,50 @@
|
||||||
# OSVauco agent dependencies
|
|
||||||
|
|
||||||
# ADK — must stay <2.0.0 while google-cloud-aiplatform[adk,agent_engines] requires google-adk<2.0.0
|
|
||||||
google-adk==1.34.1
|
google-adk==1.34.1
|
||||||
google-cloud-aiplatform[adk,agent_engines,evaluation]==1.154.0
|
google-cloud-aiplatform==1.154.0
|
||||||
|
|
||||||
# Secret Manager integration
|
|
||||||
google-cloud-secret-manager==2.28.0
|
google-cloud-secret-manager==2.28.0
|
||||||
|
|
||||||
# MCP toolset
|
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
google-auth==2.53.0
|
google-auth==2.53.0
|
||||||
google-auth-httplib2==0.4.0
|
google-auth-httplib2==0.4.0
|
||||||
|
|
||||||
# Observability
|
|
||||||
opentelemetry-sdk==1.41.1
|
opentelemetry-sdk==1.41.1
|
||||||
opentelemetry-exporter-gcp-trace==1.12.0
|
opentelemetry-exporter-gcp-trace==1.12.0
|
||||||
google-cloud-logging==3.15.0
|
google-cloud-logging==3.15.0
|
||||||
google-cloud-monitoring==2.30.0
|
google-cloud-monitoring==2.30.0
|
||||||
|
uvicorn==0.48.0
|
||||||
# HTTP server for Cloud Run
|
|
||||||
uvicorn[standard]==0.48.0
|
|
||||||
fastapi==0.136.3
|
fastapi==0.136.3
|
||||||
|
|
||||||
# Utilities
|
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.2
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
|
boto3==1.43.18
|
||||||
|
botocore==1.43.18
|
||||||
|
cachecontrol==0.14.4
|
||||||
|
cachetools==7.1.4
|
||||||
|
dask==2026.3.0
|
||||||
|
dask-glm==0.4.0
|
||||||
|
dask-ml==2025.1.0
|
||||||
|
distributed==2026.3.0
|
||||||
|
firebase-admin==7.4.0
|
||||||
|
google-cloud-billing==1.19.0
|
||||||
|
google-cloud-firestore==2.27.0
|
||||||
|
h2==4.3.0
|
||||||
|
hpack==4.1.0
|
||||||
|
httptools==0.8.0
|
||||||
|
hyperframe==6.1.0
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
jmespath==1.1.0
|
||||||
|
llvmlite==0.47.0
|
||||||
|
locket==1.0.0
|
||||||
|
msgpack==1.1.2
|
||||||
|
multipledispatch==1.0.0
|
||||||
|
numba==0.65.1
|
||||||
|
partd==1.4.2
|
||||||
|
psutil==7.2.2
|
||||||
|
python-http-client==3.3.7
|
||||||
|
s3transfer==0.18.0
|
||||||
|
sendgrid==6.12.5
|
||||||
|
sortedcontainers==2.4.0
|
||||||
|
sparse==0.18.0
|
||||||
|
tblib==3.2.2
|
||||||
|
toolz==1.1.0
|
||||||
|
tornado==6.5.6
|
||||||
|
uvloop==0.22.1
|
||||||
|
watchfiles==1.2.0
|
||||||
|
werkzeug==3.1.8
|
||||||
|
zict==3.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user