]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.2.0-post1 master
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Oct 2025 09:32:38 +0000 (10:32 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Oct 2025 09:32:38 +0000 (10:32 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 9f6617b52c08d9f982b3fd6e9419052f895950f8..ec1bee302836422e4d02886a314a7835c84d99c1 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.1.0.post21"
+version = "5.2.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.9"
index 81fec6b052c30eccc3d177a47e9f0ae6adfe5125..aff9e8fa79ceaa1e6ef6579c8ebc71c0b13f4365 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.1.0.post21"
+version = "5.2.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.9"
@@ -16,11 +16,11 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.2.11",
-    "python-dotenv==1.1.1",
+    "psycopg[binary]==3.2.12",
+    "python-dotenv==1.2.1",
     "jinja2==3.1.6",
     "pyYAML==6.0.3",
-    "psutil==7.1.1",
+    "psutil==7.1.2",
     "PyICU==2.15.3",
     "osmium==4.2.0",
 ]