]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.3.2.post5 master
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 26 May 2026 12:24:25 +0000 (14:24 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 26 May 2026 12:24:25 +0000 (14:24 +0200)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 7694b4eb37720a3e9b1cc3c7bb10b7a25c47f15e..795792086e8368e4499629ff5c0c47abd771fe41 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.3.2.post4"
+version = "5.3.2.post5"
 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"
@@ -17,7 +17,7 @@ classifiers = [
 ]
 dependencies = [
     "Pygments==2.20.0",
-    "SQLAlchemy[asyncio]==2.0.49",
+    "SQLAlchemy[asyncio]==2.0.50",
     "falcon==4.2.0",
     "gunicorn==25.1.0"
 ]
index 72aff589abe7657da7532addb8f50a63137f95a2..9ef1b9d3a149cf13d233774cd83ad082d066470a 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.3.2.post4"
+version = "5.3.2.post5"
 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"