Note: downgrading gunicorn because of
https://github.com/benoitc/gunicorn/discussions/3605
[project]
name = "nominatim-api"
-version = "5.3.2.post1"
+version = "5.3.2.post2"
description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library."
readme = "README.md"
requires-python = ">=3.9"
"Pygments==2.20.0",
"SQLAlchemy[asynchio]==2.0.49",
"falcon==4.2.0",
- "gunicorn==25.3.0"
+ "gunicorn==25.1.0"
]
[project.urls]
[project]
name = "nominatim-db"
-version = "5.3.2.post1"
+version = "5.3.2.post2"
description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend."
readme = "README.md"
requires-python = ">=3.9"