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
Generated
+4 -4
View File
@@ -1565,13 +1565,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.23.2"
version = "0.29.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"},
{file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"},
{file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
{file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
]
[package.dependencies]
@@ -1839,4 +1839,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "7eb567a22ee507c885d07a152db89c512a3fa6ca5fbc99838887247cfe4e9cb0"
content-hash = "e38f54319dbff8ba9a0129c864accc60b50f47dcb97b6fb9ad50d7a964547799"
+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"