Skip to content

Commit 11e3dd7

Browse files
Bump fastapi from 0.109.2 to 0.110.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.2 to 0.110.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.109.2...0.110.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0353499 commit 11e3dd7

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

poetry.lock

Lines changed: 15 additions & 4 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
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
fastapi = "^0.109.0"
11+
fastapi = "^0.110.0"
1212
pydantic = "^2.6.1"
1313
redis = {version = "^5.0.1", extras = ["hiredis"]}
1414
SQLAlchemy = {extras = ["greenlet"], version = "^2.0.27"}

0 commit comments

Comments
 (0)