]> git.openstreetmap.org Git - nominatim.git/commitdiff
publish 5.0.0.post7
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 Mar 2025 16:03:55 +0000 (17:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 Mar 2025 16:03:55 +0000 (17:03 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 78bf9d580c70e0a4dd001fef1382925b73c6126e..601029ca3baf78b3bcc07f220b6cdb9be14f87a1 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.0.0.post6"
+version = "5.0.0.post7"
 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,7 +16,7 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "SQLAlchemy==2.0.38",
+    "SQLAlchemy==2.0.39",
     "falcon==4.0.2",
     "uvicorn==0.34.0",
     "gunicorn==23.0.0"
index e05e58c5248dbd4988780d080f4af6d206500577..0c9a70551bd4fb128c382d10696250232ff8a8ad 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.0.0.post6"
+version = "5.0.0.post7"
 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,9 +16,9 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.2.5",
+    "psycopg[binary]==3.2.6",
     "python-dotenv==1.0.1",
-    "jinja2==3.1.5",
+    "jinja2==3.1.6",
     "pyYAML==6.0.2",
     "psutil==7.0.0",
     "PyICU==2.14",