Skip to content

Commit 0bbb676

Browse files
build(deps): bump fastapi from 0.104.1 to 0.109.1 (#43)
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.104.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71f2ac5 commit 0bbb676

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

poetry.lock

Lines changed: 16 additions & 13 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
@@ -16,7 +16,7 @@ langcorn = "langcorn.__main__:entrypoint"
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.9"
19-
fastapi = "^0.104.1"
19+
fastapi = ">=0.104.1,<0.110.0"
2020
uvicorn = "^0.23.2"
2121
langchain = "^0.0.331"
2222
openai = "^0.28.1"

0 commit comments

Comments
 (0)