@@ -6,26 +6,26 @@ readme = "README.md"
66requires-python = " >=3.12"
77dependencies = [
88 " a2a-sdk[http-server]>=1.1.0,<2" ,
9- " click>=8.4.1 " ,
9+ " click>=8.4.2 " ,
1010 " httpx>=0.28.1" ,
11- " langchain-google-genai>=4.2.3 " ,
12- " langgraph>=1.2.2 " ,
11+ " langchain-google-genai>=4.2.6 " ,
12+ " langgraph>=1.2.7 " ,
1313 " pydantic>=2.13.4" ,
1414 " python-dotenv>=1.2.2" ,
1515 " uvicorn>=0.49.0" ,
16- " langchain-openai>=1.2.2 " ,
17- " pydantic-settings>=2.14.1 " ,
18- " openinference-instrumentation-langchain>=0.1.66 " ,
19- " opentelemetry-exporter-otlp>=1.42.1 " ,
16+ " langchain-openai>=1.3.3 " ,
17+ " pydantic-settings>=2.14.2 " ,
18+ " openinference-instrumentation-langchain>=0.1.67 " ,
19+ " opentelemetry-exporter-otlp>=1.43.0 " ,
2020 # The following are to avoid CVEs reported by Trivy and checked by our CI
2121 " urllib3>=2.7.0" ,
22- " starlette>=1.2 .1" ,
22+ " starlette>=1.3 .1" ,
2323 " pyasn1>=0.6.3" , # Indirect; prevents CVE-2026-30922
2424 " protobuf>=6.33.5" , # prevents CVE-2026-0994
2525 " langgraph-checkpoint>=4.1.1" ,
2626 " langchain-core>=1.4.0" , # Indirect; prevents CVE-2026-34070
2727 " orjson>=3.11.6" , # Indirect; prevents CVE-2025-67221
28- " langsmith>=0.8.9 " , # Indirect; prevents CVE-2026-45134
28+ " langsmith>=0.9.7 " , # Indirect; prevents CVE-2026-45134
2929]
3030
3131[tool .hatch .build .targets .wheel ]
0 commit comments