Skip to content

Commit 84969f0

Browse files
Bump fastapi from 0.110.3 to 0.111.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.3 to 0.111.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.3...0.111.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30b5be6 commit 84969f0

File tree

2 files changed

+64
-6
lines changed

2 files changed

+64
-6
lines changed

poetry.lock

Lines changed: 63 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
@@ -22,7 +22,7 @@ pytest-cov = "^5.0.0"
2222

2323

2424
[tool.poetry.group.backend.dependencies]
25-
fastapi = "^0.110.3"
25+
fastapi = "^0.111.1"
2626
uvicorn = {extras = ["standard"], version = "^0.29.0"}
2727
openai = "^1.25.0"
2828
azure-identity = "^1.16.1"

0 commit comments

Comments
 (0)