Skip to content

Commit 14514bc

Browse files
fix(deps): update dependency fastapi to >=0.95.1,<0.119 (#348)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a368d64 commit 14514bc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939

4040
[tool.poetry.dependencies]
4141
python = ">=3.9,<3.14"
42-
fastapi = ">=0.95.1,<0.117"
42+
fastapi = ">=0.95.1,<0.119"
4343
pydantic = ">=1,<3"
4444
sqlalchemy = ">=1.3,<3"
4545
structlog = ">=20,<26"

0 commit comments

Comments
 (0)