]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 5.0.0.post2
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Feb 2025 13:11:24 +0000 (14:11 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Feb 2025 13:11:24 +0000 (14:11 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 5cf8a1c6390f6558806ae3359d185dd863dae986..df47c55fe9af8d7ce1505d9a253c1172b12e8bec 100644 (file)
@@ -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"
index 44da872f1c644fcf58a0b9f366001271d310c9c6..e4ecf182f388c47555d3f777a62e992a1d5a6434 100644 (file)
@@ -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",
 ]