#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# - pytest
# - mypy
# - rumdl
# - defusedxml
# - fire
# - httpx
# - loguru
# - mcp<2,>=1.0
# - tenacity
# - tomli-w
#

annotated-types==0.8.0
    # via pydantic
anyio==4.14.2
    # via
    #   httpx
    #   mcp
    #   sse-starlette
    #   starlette
ast-serialize==0.8.0
    # via mypy
attrs==26.1.0
    # via
    #   jsonschema
    #   referencing
certifi==2026.7.22
    # via
    #   httpcore
    #   httpx
cffi==2.1.1
    # via cryptography
click==8.4.2
    # via uvicorn
cryptography==50.0.0
    # via pyjwt
defusedxml==0.7.1
    # via hatch.envs.default
fire==0.7.1
    # via hatch.envs.default
h11==0.16.0
    # via
    #   httpcore
    #   uvicorn
httpcore==1.0.9
    # via httpx
httpx==0.28.1
    # via
    #   hatch.envs.default
    #   mcp
httpx-sse==0.4.3
    # via mcp
idna==3.19
    # via
    #   anyio
    #   httpx
iniconfig==2.3.0
    # via pytest
jsonschema==4.26.0
    # via mcp
jsonschema-specifications==2025.9.1
    # via jsonschema
librt==0.15.0
    # via mypy
loguru==0.7.3
    # via hatch.envs.default
mcp==1.29.0
    # via hatch.envs.default
mypy==2.3.1
    # via hatch.envs.default
mypy-extensions==1.1.0
    # via mypy
packaging==26.3
    # via pytest
pathspec==1.1.1
    # via mypy
pluggy==1.6.0
    # via pytest
pycparser==3.0
    # via cffi
pydantic==2.13.4
    # via
    #   mcp
    #   pydantic-settings
pydantic-core==2.46.4
    # via pydantic
pydantic-settings==2.15.0
    # via mcp
pygments==2.21.0
    # via pytest
pyjwt==2.13.0
    # via mcp
pytest==9.1.1
    # via hatch.envs.default
python-dotenv==1.2.3
    # via pydantic-settings
python-multipart==0.0.32
    # via mcp
referencing==0.37.0
    # via
    #   jsonschema
    #   jsonschema-specifications
rpds-py==2026.6.3
    # via
    #   jsonschema
    #   referencing
rumdl==0.2.58
    # via hatch.envs.default
sse-starlette==3.4.8
    # via mcp
starlette==1.6.0
    # via
    #   mcp
    #   sse-starlette
tenacity==9.1.4
    # via hatch.envs.default
termcolor==3.3.0
    # via fire
tomli-w==1.2.0
    # via hatch.envs.default
typing-extensions==4.16.0
    # via
    #   anyio
    #   mcp
    #   mypy
    #   pydantic
    #   pydantic-core
    #   referencing
    #   starlette
    #   typing-inspection
typing-inspection==0.4.4
    # via
    #   mcp
    #   pydantic
    #   pydantic-settings
uvicorn==0.52.4
    # via mcp
