crewai==1.15.11
crewai-tools==1.15.11
ag-ui-crewai==0.3.0
ag-ui-protocol==0.1.19
ag-ui-a2ui-toolkit==0.0.4
litellm==1.79.3
fastapi==0.115.12
python-dotenv==1.2.2
uvicorn==0.34.3
# typing.NotRequired is stdlib on 3.11+. typing_extensions backports it for
# 3.10 (and older) so local dev on older macOS / Linux Pythons doesn't hit
# an opaque ImportError at module load. NotRequired landed in
# typing_extensions 4.0.0; the >=4.6 floor is a conservative parity choice
# matching the rest of the fleet. Python-version marker keeps the dep out
# of 3.11+ installs (where it's pure bloat).
typing_extensions>=4.6; python_version < "3.11"
