Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ dependencies = [
"pyyaml>=6.0.3",
"rich>=15.0.0",
"prompt_toolkit>=3.0.52",
"httpx>=0.27.0",
"fastapi>=0.115.0",
"uvicorn>=0.30.0",
"python-multipart>=0.0.9",
"jinja2>=3.1.4",
"httpx>=0.28.1",
"fastapi>=0.136.3",
"uvicorn>=0.48.0",
"python-multipart>=0.0.29",
"jinja2>=3.1.6",
# v2 / Milestone 2c: Ed25519 signatures for lineage_share grants.
# Also provides Argon2id KDF for the web UI password store.
"cryptography>=46.0.0",
"cryptography>=48.0.0",
]

[project.optional-dependencies]
Expand All @@ -52,7 +52,7 @@ test = [
"pytest-cov",
# tests/test_chat_loop.py uses async def + @pytest.mark.asyncio.
# Required in CI; locally most devs have it system-wide.
"pytest-asyncio>=0.23.0",
"pytest-asyncio>=1.4.0",
]

[project.scripts]
Expand Down
Loading