Skip to content

Commit 3138001

Browse files
fix(deps): update dependency fastapi to >=0.95.1,<0.126 (#375)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 1abe356 commit 3138001

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 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.125"
42+
fastapi = ">=0.95.1,<0.126"
4343
pydantic = ">=1,<3"
4444
sqlalchemy = ">=1.3,<3"
4545
structlog = ">=20,<26"

0 commit comments

Comments
 (0)