]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 5.1.0.post8 master
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 2 Jun 2025 13:19:18 +0000 (15:19 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 2 Jun 2025 13:19:18 +0000 (15:19 +0200)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index e467e8ac1ed51bc97dbb35dbc7f082db9214a1fa..14b23cd216750b8c11e77ea6b10dab35a66d64c1 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.1.0.post7"
+version = "5.1.0.post8"
 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"
@@ -18,7 +18,7 @@ classifiers = [
 dependencies = [
     "SQLAlchemy==2.0.41",
     "falcon==4.0.2",
-    "uvicorn==0.34.2",
+    "uvicorn==0.34.3",
     "gunicorn==23.0.0"
 ]
 
index a695f28d6db822d830e7149397d4435317c8ff8a..09494a10024401f903dc6aeb22191d9421de1dd3 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.1.0.post7"
+version = "5.1.0.post8"
 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"