]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.2.0.post11 master
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 19 Feb 2026 08:32:50 +0000 (09:32 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 19 Feb 2026 08:32:50 +0000 (09:32 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 0bf8b23da3bbf8c831557cc7fa3eaceb6fe173d0..c14a336b10cdf8984f2857a9d6cf6cfeb5644503 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.2.0.post10"
+version = "5.2.0.post11"
 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"
@@ -19,8 +19,7 @@ dependencies = [
     "Pygments==2.19.2",
     "SQLAlchemy==2.0.46",
     "falcon==4.2.0",
-    "uvicorn==0.40.0",
-    "gunicorn==25.0.0"
+    "gunicorn==25.1.0"
 ]
 
 [project.urls]
index db8b9301b0daeb9db00ddcc702aa39fd36130c11..841c80c360a611cf5e729d83dd238950b1970c63 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.2.0.post10"
+version = "5.2.0.post11"
 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,12 +16,12 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg[binary]==3.3.2",
+    "psycopg[binary]==3.3.3",
     "python-dotenv==1.2.1",
     "jinja2==3.1.6",
     "pyYAML==6.0.3",
     "psutil==7.2.2",
-    "PyICU==2.16",
+    "PyICU==2.16.1",
     "osmium==4.3.0",
     "mwparserfromhell==0.7.2"
 ]