# Locked runtime dependencies for knora-mcp server.
# Generated from the installed environment on 2026-06-04.
# Use this file for reproducible deployments:
#   pip install -r requirements-lock.txt
#
# To regenerate after a dependency bump:
#   pip-compile pyproject.toml -o requirements-lock.txt
#   # or: uv pip compile pyproject.toml -o requirements-lock.txt

# Direct dependencies
mcp==1.27.2
httpx==0.28.1

# Transitive dependencies
anyio==4.13.0
certifi==2026.5.20
click==8.4.1
click-didyoumean==0.3.1
click-plugins==1.1.1.2
click-repl==0.3.0
h11==0.16.0
httpcore==1.0.9
httpx-sse==0.4.3
idna==3.17
pydantic==2.10.4
pydantic-settings==2.14.1
pydantic_core==2.27.2
python-multipart==0.0.30
sniffio==1.3.1
sse-starlette==3.4.4
starlette==1.2.1
typing_extensions==4.15.0
uvicorn==0.48.0
