#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
#    pip-compile --output-file=requirements.txt.new requirements.txt
#
annotated-types==0.7.0
    # via pydantic
anyio==4.12.0
    # via
    #   httpx
    #   mcp
    #   sse-starlette
    #   starlette
attrs==25.4.0
    # via
    #   jsonschema
    #   referencing
certifi==2025.11.12
    # via
    #   httpcore
    #   httpx
cffi==2.0.0
    # via cryptography
click==8.3.1
    # via uvicorn
cryptography==46.0.3
    # via pyjwt
h11==0.16.0
    # via
    #   httpcore
    #   uvicorn
httpcore==1.0.9
    # via httpx
httpx==0.28.1
    # via
    #   -r requirements.txt
    #   mcp
httpx-sse==0.4.3
    # via mcp
idna==3.11
    # via
    #   anyio
    #   httpx
jsonschema==4.25.1
    # via mcp
jsonschema-specifications==2025.9.1
    # via jsonschema
mcp==1.23.3
    # via -r requirements.txt
pycparser==2.23
    # via cffi
pydantic==2.12.5
    # via
    #   -r requirements.txt
    #   mcp
    #   pydantic-settings
pydantic-core==2.41.5
    # via pydantic
pydantic-settings==2.12.0
    # via
    #   -r requirements.txt
    #   mcp
pyjwt[crypto]==2.10.1
    # via mcp
python-dotenv==1.2.1
    # via
    #   -r requirements.txt
    #   pydantic-settings
python-multipart==0.0.20
    # via mcp
referencing==0.37.0
    # via
    #   jsonschema
    #   jsonschema-specifications
rpds-py==0.30.0
    # via
    #   jsonschema
    #   referencing
sse-starlette==3.0.3
    # via mcp
starlette==0.50.0
    # via mcp
typing-extensions==4.15.0
    # via
    #   mcp
    #   pydantic
    #   pydantic-core
    #   typing-inspection
typing-inspection==0.4.2
    # via
    #   mcp
    #   pydantic
    #   pydantic-settings
uvicorn==0.38.0
    # via mcp
