Skip to content

Commit f47e9fa

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

File tree

2 files changed

+152
-5
lines changed

2 files changed

+152
-5
lines changed

poetry.lock

Lines changed: 151 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
@@ -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.0"
2626
uvicorn = {extras = ["standard"], version = "^0.29.0"}
2727
openai = "^1.25.0"
2828
azure-identity = "^1.16.0"

0 commit comments

Comments
 (0)