]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.3.0-post1 master
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 3 Apr 2026 19:56:01 +0000 (21:56 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 3 Apr 2026 19:56:01 +0000 (21:56 +0200)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index d0d7998e4ff3c483039989fd29b12a45f04c3bc3..e1f4dc0222cba22aec62984586330b086a2d16cc 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.2.0.post16"
+version = "5.3.0.post1"
 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[asynchio]==2.0.48",
+    "SQLAlchemy[asynchio]==2.0.49",
     "falcon==4.2.0",
     "gunicorn==25.3.0"
 ]
index 292ffa738d67c7870e38f28a8291cde34227e225..8e3596de6cac37b3eee5b440be3d74068a8c5480 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.2.0.post16"
+version = "5.3.0.post1"
 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"
@@ -22,7 +22,7 @@ dependencies = [
     "pyYAML==6.0.3",
     "psutil==7.2.2",
     "PyICU==2.16.2",
-    "osmium==4.3.0",
+    "osmium==4.3.1",
     "mwparserfromhell==0.7.2"
 ]