From 20e8140c669e714b15bf4ac6a1c33961dc2e2f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:04:27 +0000 Subject: [PATCH] Update fastapi requirement from <0.100.0 to <0.110.0 Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.109.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index cffe55045d7..c500a88530b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -33,7 +33,7 @@ urllib3>=1.26.5 # https://github.com/advisories/GH # SEE https://github.com/ITISFoundation/osparc-simcore/issues/4481 -fastapi<0.100.0 +fastapi<0.110.0 pydantic<2.0 # with new released version 1.0.0 (https://github.com/aio-libs/aiozipkin/releases).