[project]
name = "nominatim-api"
-version = "5.0.0.post8"
+version = "5.0.0.post9"
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"
"Operating System :: OS Independent",
]
dependencies = [
- "SQLAlchemy==2.0.39",
+ "SQLAlchemy==2.0.40",
"falcon==4.0.2",
"uvicorn==0.34.0",
"gunicorn==23.0.0"
[project]
name = "nominatim-db"
-version = "5.0.0.post8"
+version = "5.0.0.post9"
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"
]
dependencies = [
"psycopg[binary]==3.2.6",
- "python-dotenv==1.0.1",
+ "python-dotenv==1.1.0",
"jinja2==3.1.6",
"pyYAML==6.0.2",
"psutil==7.0.0",
- "PyICU==2.14",
+ "PyICU==2.15",
"osmium==4.0.2",
]