From defda63a5ad935951df3d41b2810cef1c42b710e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:55:55 +0000 Subject: [PATCH] chore(deps): update uvicorn[standard] requirement Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version. - [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.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 249fded..1f17a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" license = { text = "MIT" } dependencies = [ "fastapi~=0.115.0", - "uvicorn[standard]~=0.32.0", + "uvicorn[standard]~=0.34.0", "promplate[all]~=0.3.4.7", "promplate-trace[langfuse,langsmith]==0.3.0dev5", "python-box~=7.3.0",