1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-08-07 21:45:41 +02:00

Use falcon v3.1.1

Bug fix release with support for Python 3.11.

See: https://falcon.readthedocs.io/en/3.1.1/changes/3.1.1.html
This commit is contained in:
2022-11-21 10:45:32 +03:00
parent bb0f267941
commit f591ed7162
2 changed files with 195 additions and 175 deletions

View File

@ -8,7 +8,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.7"
gunicorn = "^20.0.4"
falcon = "3.1.0"
falcon = "3.1.1"
psycopg2 = "^2.9.1"
requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}