From: Sarah Hoffmann Date: Mon, 17 Feb 2025 13:11:24 +0000 (+0100) Subject: release 5.0.0.post2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/3d9fb5f65e98671cff2db7b7806c22ecab4395f7 release 5.0.0.post2 --- diff --git a/packaging/nominatim-api/pyproject.toml b/packaging/nominatim-api/pyproject.toml index 5cf8a1c6..df47c55f 100644 --- a/packaging/nominatim-api/pyproject.toml +++ b/packaging/nominatim-api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nominatim-api" -version = "5.0.0.post1" +version = "5.0.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" @@ -16,11 +16,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "python-dotenv==1.0.1", - "pyYAML==6.0.2", - "SQLAlchemy==2.0.37", - "psycopg[binary]==3.2.4", - "PyICU==2.14", + "SQLAlchemy==2.0.38", "falcon==4.0.2", "uvicorn==0.34.0", "gunicorn==23.0.0" diff --git a/packaging/nominatim-db/pyproject.toml b/packaging/nominatim-db/pyproject.toml index 44da872f..e4ecf182 100644 --- a/packaging/nominatim-db/pyproject.toml +++ b/packaging/nominatim-db/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nominatim-db" -version = "5.0.0.post1" +version = "5.0.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" @@ -21,7 +21,7 @@ dependencies = [ "jinja2==3.1.5", "pyYAML==6.0.2", "datrie==0.8.2", - "psutil==6.1.1", + "psutil==7.0.0", "PyICU==2.14", "osmium==4.0.2", ]