From 642d40799540c904ecfe1fdd82bde4b3cbb87738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:33:17 +0000 Subject: [PATCH] build: update uvicorn requirement Updates the requirements on [uvicorn](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/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.0...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azurefunctions-extensions-http-fastapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurefunctions-extensions-http-fastapi/pyproject.toml b/azurefunctions-extensions-http-fastapi/pyproject.toml index 19b0e08..220c093 100644 --- a/azurefunctions-extensions-http-fastapi/pyproject.toml +++ b/azurefunctions-extensions-http-fastapi/pyproject.toml @@ -27,7 +27,7 @@ classifiers= [ dependencies = [ 'azurefunctions-extensions-base', 'fastapi~=0.115.0', - 'uvicorn~=0.32.0', + 'uvicorn>=0.32,<0.36', 'pydantic~=2.10.0', ]