]> git.openstreetmap.org Git - nominatim.git/commitdiff
release 4.5.0.post1
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 28 Oct 2024 09:45:44 +0000 (10:45 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 28 Oct 2024 09:45:44 +0000 (10:45 +0100)
packaging/nominatim-api/pyproject.toml
packaging/nominatim-db/pyproject.toml

index ca86f8a7e04be80dfe9d6e13158da6e3c39451dc..068839de11b5d1f6d43e31773ed96dbe88b70eb8 100644 (file)
@@ -1,5 +1,6 @@
 [project]
 name = "nominatim-api"
 [project]
 name = "nominatim-api"
+version = "4.5.0.post1"
 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"
 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"
@@ -15,13 +16,15 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "python-dotenv",
-    "pyYAML>=5.1",
-    "SQLAlchemy>=1.4.31",
-    "psycopg",
-    "PyICU"
+    "python-dotenv==1.0.1",
+    "pyYAML==6.0.2",
+    "SQLAlchemy==2.0.36",
+    "psycopg[binary]==3.2.3",
+    "PyICU==2.13.1",
+    "falcon==4.0.1",
+    "uvicorn==0.32.0",
+    "gunicorn==23.0.0"
 ]
 ]
-dynamic = ["version"]
 
 [project.urls]
 Homepage = "https://nominatim.org"
 
 [project.urls]
 Homepage = "https://nominatim.org"
index 841845f036f20e3ad5db19ba9f8c62fcfe44b4c4..90441fde8b14ad103f616894c94bba5f03660acf 100644 (file)
@@ -1,5 +1,6 @@
 [project]
 name = "nominatim-db"
 [project]
 name = "nominatim-db"
+version = "4.5.0.post1"
 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"
 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"
@@ -15,15 +16,15 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg",
-    "python-dotenv",
-    "jinja2",
-    "pyYAML>=5.1",
-    "datrie",
-    "psutil",
-    "PyICU"
+    "psycopg[binary]==3.2.3",
+    "python-dotenv==1.0.1",
+    "jinja2==3.1.4",
+    "pyYAML==6.0.2",
+    "datrie==0.8.2",
+    "psutil==6.1.0",
+    "PyICU==2.13.1",
+    "osmium==4.0.2",
 ]
 ]
-dynamic = ["version"]
 
 [project.urls]
 Homepage = "https://nominatim.org"
 
 [project.urls]
 Homepage = "https://nominatim.org"