From dcb1e064024fbc3362778d7ff0fa387d61670df8 Mon Sep 17 00:00:00 2001 From: Roni Gurvich <14060729+RoniGurvich@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:22:29 +0200 Subject: [PATCH] Update pyproject.toml fastapi upgrade from 0.104.1 to 0.109.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61df7bba5..1f7ea6d00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requests = "^2.31.0" uvicorn = {version = "^0.22.0", optional = true} gunicorn = {version = "^21.2.0", optional = true} -fastapi = {version = "^0.104.1", optional = true} +fastapi = {version = "^0.109.1", optional = true} backoff = {version = "*", optional = true} pyyaml = {version = "^6.0.1", optional = true} rq = {version = "*", optional = true}