From 1d376eed6f50cfdf5c3ee92f6aee879de933de87 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart <emmanuel@raviart.com> Date: Thu, 31 Oct 2024 15:10:46 +0100 Subject: [PATCH] Downgrade gunicorn for openfisca-core compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ba578d..5eb2d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-dotenv = "^1.0.0" # openfisca-france = ">= 116.13.2" openfisca-france-reforms = { git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git" } # openfisca-france-with-indirect-taxation = { git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git" } -gunicorn = "^23.0.0" +gunicorn = "^21.0.0" pydantic-settings = "^2.1.0" [tool.poetry.dev-dependencies] -- GitLab