gemini-live-tools @ git+https://github.com/ibenian/gemini-live-tools.git@v0.1.19#subdirectory=python
google-genai>=1.27.0
numpy>=1.26.0
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
jsonschema>=4.23.0
sympy>=1.13.0
antlr4-python3-runtime==4.11.1
pydantic-ai-slim[google]>=1.56.0
dspy>=2.6,<3.0
# SECURITY: litellm 1.82.7 / 1.82.8 were compromised (Mar 2025 supply chain attack).
# Floor of 1.82.9 guarantees a fresh resolve can never land on the malicious versions.
litellm>=1.82.9
# BUILD: litellm[proxy] (pulled by dspy) allows orjson>=3.9.7, but a fresh resolve
# can backtrack to orjson 3.10.x, whose bundled PyO3 0.23 cannot build on Python
# 3.14 (CI) — no cp314 wheel, source build fails. Floor at 3.11.9, which ships a
# prebuilt cp314 wheel (and a 3.14-capable PyO3). Keep in range of litellm's <4.0.0.
orjson>=3.11.9
