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:
@ -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"}
|
||||
|
Reference in New Issue
Block a user