]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.3.2.post2 master
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 1 May 2026 13:12:29 +0000 (15:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 1 May 2026 13:12:29 +0000 (15:12 +0200)
Note: downgrading gunicorn because of
https://github.com/benoitc/gunicorn/discussions/3605

packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index a6af548148d0ec3dde9cf330b6e91f29ce92ebf1..74893e303bbb21e9f3ea6e1654c4be5505708386 100644 (file)
@@ -1,6 +1,6 @@
 [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"
@@ -19,7 +19,7 @@ dependencies = [
     "Pygments==2.20.0",
     "SQLAlchemy[asynchio]==2.0.49",
     "falcon==4.2.0",
-    "gunicorn==25.3.0"
+    "gunicorn==25.1.0"
 ]
 
 [project.urls]
index 27e8bbffe2a89d31ef5a376ada01199a3fc2d961..ef663e5243b2a379f51c3e2ab83eca1ca30f99e3 100644 (file)
@@ -1,6 +1,6 @@
 [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"