]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-api/pyproject.toml
release 4.5.0.post3
[nominatim.git] / packaging / nominatim-api / pyproject.toml
index 068839de11b5d1f6d43e31773ed96dbe88b70eb8..42eb93fcfbaf9e166e05a4e287d9155d6c868a65 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "4.5.0.post1"
+version = "4.5.0.post3"
 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"
@@ -20,8 +20,8 @@ dependencies = [
     "pyYAML==6.0.2",
     "SQLAlchemy==2.0.36",
     "psycopg[binary]==3.2.3",
-    "PyICU==2.13.1",
-    "falcon==4.0.1",
+    "PyICU==2.14",
+    "falcon==4.0.2",
     "uvicorn==0.32.0",
     "gunicorn==23.0.0"
 ]