]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 4.5.0.post2
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Nov 2024 14:57:38 +0000 (15:57 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Nov 2024 14:57:38 +0000 (15:57 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 068839de11b5d1f6d43e31773ed96dbe88b70eb8..fb7add91e32fee7e4f3bee683c96ffacb2cd95f9 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "4.5.0.post1"
+version = "4.5.0.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.7"
@@ -20,7 +20,7 @@ dependencies = [
     "pyYAML==6.0.2",
     "SQLAlchemy==2.0.36",
     "psycopg[binary]==3.2.3",
-    "PyICU==2.13.1",
+    "PyICU==2.14",
     "falcon==4.0.1",
     "uvicorn==0.32.0",
     "gunicorn==23.0.0"
index 90441fde8b14ad103f616894c94bba5f03660acf..bd5dc5ffe64803d2335abf49a5aef7fc2e5050a0 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "4.5.0.post1"
+version = "4.5.0.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.7"
@@ -22,7 +22,7 @@ dependencies = [
     "pyYAML==6.0.2",
     "datrie==0.8.2",
     "psutil==6.1.0",
-    "PyICU==2.13.1",
+    "PyICU==2.14",
     "osmium==4.0.2",
 ]