]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 5.0.0.post1
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 5 Feb 2025 10:17:50 +0000 (11:17 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 5 Feb 2025 10:17:50 +0000 (11:17 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index e3974143165415cb66b2950e6faaa27a0f5ff74a..5cf8a1c6390f6558806ae3359d185dd863dae986 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "4.5.0.post9"
+version = "5.0.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.7"
@@ -19,7 +19,7 @@ dependencies = [
     "python-dotenv==1.0.1",
     "pyYAML==6.0.2",
     "SQLAlchemy==2.0.37",
-    "psycopg[binary]==3.2.3",
+    "psycopg[binary]==3.2.4",
     "PyICU==2.14",
     "falcon==4.0.2",
     "uvicorn==0.34.0",
index 79dcfb6f511e71a89d24125a15653aa5346b9a23..44da872f1c644fcf58a0b9f366001271d310c9c6 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "4.5.0.post9"
+version = "5.0.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.7"
@@ -16,7 +16,7 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.2.3",
+    "psycopg[binary]==3.2.4",
     "python-dotenv==1.0.1",
     "jinja2==3.1.5",
     "pyYAML==6.0.2",