Skip to content

Commit

Permalink
chore(deps): bump uvicorn from 0.28.1 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.28.1...0.29.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 72eb0d4 commit 8e6f08a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fastapi = "^0.110.0"
openai = "^1.14.0"
langchain = "^0.1.16"
langchain-openai = "^0.0.8"
uvicorn = "^0.28.0"
uvicorn = ">=0.28,<0.30"
pydantic = ">=1.10.13,<2"
python-dotenv = "^1.0.1"
typing-extensions = "^4.9.0"
Expand Down

0 comments on commit 8e6f08a

Please sign in to comment.