Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python = "^3.9.2"
openapipages = "^0.1.2"
jinja2 = "^3.1.0"

fastapi = {version = "^0.115.12"}
fastapi = {version = ">=0.115.12,<0.117.0"}
pip = "^25.1.1"
cryptography = "^45.0.4"

Expand All @@ -54,7 +54,7 @@ pytest-cov = "^4.1.0"
httpx = "^0.28.1" # Required for FastAPI TestClient in integration tests

# FastAPI is required for development and testing (even though it's optional for users)
fastapi = "^0.115.12"
fastapi = ">=0.115.12,<0.117.0"

# Code formatting and linting
black = "^24.3.0"
Expand All @@ -80,7 +80,7 @@ pytest-asyncio = "^0.23.8"
pytest-cov = "^4.1.0"
httpx = "^0.28.1"
# Include FastAPI for integration tests
fastapi = "^0.115.12"
fastapi = ">=0.115.12,<0.117.0"

[tool.black]
line-length = 120
Expand Down