Skip to content
Closed
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
17 changes: 9 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ all = ["fastapi"]
# Testing framework and plugins
pytest = "^7.0.0"
pytest-asyncio = "^0.23.8"
pytest-cov = "^4.1.0"
pytest-cov = ">=4.1,<7.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)
Expand All @@ -77,7 +77,7 @@ twine = "^6.1.0"
# Test-specific dependencies that might be needed in CI
pytest = "^7.0.0"
pytest-asyncio = "^0.23.8"
pytest-cov = "^4.1.0"
pytest-cov = ">=4.1,<7.0"
httpx = "^0.28.1"
# Include FastAPI for integration tests
fastapi = "^0.115.12"
Expand Down
Loading