build(deps): bump uvicorn from 0.23.2 to 0.29.0

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.29.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.23.2...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>
This commit is contained in:
dependabot[bot]
2024-04-15 17:12:35 +00:00
committed by GitHub
parent 5ace46943b
commit 73f020726d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ langalf = "langalf.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.109.1,<0.111.0"
uvicorn = "^0.23.2"
uvicorn = ">=0.23.2,<0.30.0"
fire = "^0.5.0"
loguru = "^0.7.2"
httpx = ">=0.25.1,<0.28.0"