From: Sarah Hoffmann Date: Mon, 4 Nov 2024 14:57:38 +0000 (+0100) Subject: release 4.5.0.post2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c3b318afea1dd2cebf1d46dce781ee545f6698f0?ds=sidebyside release 4.5.0.post2 --- diff --git a/packaging/nominatim-api/pyproject.toml b/packaging/nominatim-api/pyproject.toml index 068839de..fb7add91 100644 --- a/packaging/nominatim-api/pyproject.toml +++ b/packaging/nominatim-api/pyproject.toml @@ -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" diff --git a/packaging/nominatim-db/pyproject.toml b/packaging/nominatim-db/pyproject.toml index 90441fde..bd5dc5ff 100644 --- a/packaging/nominatim-db/pyproject.toml +++ b/packaging/nominatim-db/pyproject.toml @@ -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", ]