]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-api/pyproject.toml
release 5.0.0.post4
[nominatim.git] / packaging / nominatim-api / pyproject.toml
index d4ea8d8cf36d0f8f1b0e70ced6c879d669880ef2..536216c93cf81e8f4d79fe45e84a99d27afdbece 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "nominatim-api"
-version = "4.5.0.post6"
+version = "5.0.0.post4"
 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"
@@ -16,13 +16,9 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "python-dotenv==1.0.1",
-    "pyYAML==6.0.2",
-    "SQLAlchemy==2.0.36",
-    "psycopg[binary]==3.2.3",
-    "PyICU==2.14",
+    "SQLAlchemy==2.0.38",
     "falcon==4.0.2",
-    "uvicorn==0.32.0",
+    "uvicorn==0.34.0",
     "gunicorn==23.0.0"
 ]