@@ -11,10 +11,10 @@ dependencies = [
1111 " python-multipart>=0.0.32" , # Indirect; prevents CVE-2026-24486
1212 " starlette>=1.3.1" , # Indirect; prevents CVE-2025-62727
1313 " mcp>=1.28.1" , # Indirect; prevents CVE-2025-66416
14- " pyasn1>=0.6.3 " , # Indirect; prevents CVE-2026-30922
14+ " pyasn1>=0.6.4 " , # Indirect; prevents CVE-2026-30922
1515 " pydantic-ai>=1.106.0" , # Indirect; prevents CVE-2026-25580
16- " filelock>=3.29.5 " , # Indirect; prevents CVE-2025-68146
17- " fastmcp>=3.4.2 " , # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
16+ " filelock>=3.29.7 " , # Indirect; prevents CVE-2025-68146
17+ " fastmcp>=3.4.4 " , # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
1818 " anthropic>=0.116.0" , # Indirect; prevents CVE-2026-34452, CVE-2026-34450
1919 " aiohttp>=3.14.1" , # Indirect; prevents CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815
2020 " mako>=1.3.12" , # Indirect; prevents CVE-2026-41205 (CVE-2026-44307 has no fix yet)
@@ -33,5 +33,5 @@ extend-select = ["I", "UP"]
3333py-modules = [" agent" , " agent_executor" , " server" , " __main__" ]
3434
3535[build-system ]
36- requires = [" setuptools>=82 .0.1 " ]
36+ requires = [" setuptools>=83 .0.0 " ]
3737build-backend = " setuptools.build_meta"
0 commit comments