Skip to content

Commit 0f3be42

Browse files
deps(deps): bump fastapi from 0.115.14 to 0.116.1
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.14 to 0.116.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.116.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60cabcc commit 0f3be42

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

poetry.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python = "^3.9.2"
3636
openapipages = "^0.1.2"
3737
jinja2 = "^3.1.0"
3838

39-
fastapi = {version = "^0.115.12"}
39+
fastapi = {version = ">=0.115.12,<0.117.0"}
4040
pip = "^25.1.1"
4141
cryptography = "^45.0.4"
4242

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

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

5959
# Code formatting and linting
6060
black = "^24.3.0"
@@ -80,7 +80,7 @@ pytest-asyncio = "^0.23.8"
8080
pytest-cov = "^4.1.0"
8181
httpx = "^0.28.1"
8282
# Include FastAPI for integration tests
83-
fastapi = "^0.115.12"
83+
fastapi = ">=0.115.12,<0.117.0"
8484

8585
[tool.black]
8686
line-length = 120

0 commit comments

Comments
 (0)