diff --git a/pyproject.toml b/pyproject.toml index 0cc85c4..266e20a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rich>=15.0.0", "prompt_toolkit>=3.0.52", "httpx>=0.28.1", - "fastapi>=0.137.2", + "fastapi>=0.138.0", "uvicorn>=0.49.0", "python-multipart>=0.0.32", "jinja2>=3.1.6", @@ -41,14 +41,14 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=9.1.0", + "pytest>=9.1.1", "pytest-cov", "ruff", "mypy", "types-PyYAML", ] test = [ - "pytest>=9.1.0", + "pytest>=9.1.1", "pytest-cov", # tests/test_chat_loop.py uses async def + @pytest.mark.asyncio. # Required in CI; locally most devs have it system-wide.