]> git.openstreetmap.org Git - nominatim.git/commitdiff
prepare release 5.1.0.post13 master
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Aug 2025 20:25:21 +0000 (22:25 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 6 Aug 2025 20:25:21 +0000 (22:25 +0200)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index 67c15615d73a0d5c1c0aa1414070557444d67c87..4932962d54551cc1a787394ec1d18caa9f536265 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "5.1.0.post12"
+version = "5.1.0.post13"
 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"
@@ -16,8 +16,8 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "SQLAlchemy==2.0.41",
-    "falcon==4.0.2",
+    "SQLAlchemy==2.0.42",
+    "falcon==4.1.0",
     "uvicorn==0.35.0",
     "gunicorn==23.0.0"
 ]
index 2c39c85f5082f48c6b34072ecc4608da7ff61301..7a9e72922301f3d0dcf967b9b4dbcc6777a9e547 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-db"
-version = "5.1.0.post12"
+version = "5.1.0.post13"
 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"