[project]
name = "nominatim-api"
-version = "4.5.0.post9"
+version = "5.0.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"
"python-dotenv==1.0.1",
"pyYAML==6.0.2",
"SQLAlchemy==2.0.37",
- "psycopg[binary]==3.2.3",
+ "psycopg[binary]==3.2.4",
"PyICU==2.14",
"falcon==4.0.2",
"uvicorn==0.34.0",
[project]
name = "nominatim-db"
-version = "4.5.0.post9"
+version = "5.0.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"
"Operating System :: OS Independent",
]
dependencies = [
- "psycopg[binary]==3.2.3",
+ "psycopg[binary]==3.2.4",
"python-dotenv==1.0.1",
"jinja2==3.1.5",
"pyYAML==6.0.2",