[project]
name = "nominatim-api"
-version = "5.2.0.post16"
+version = "5.3.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.9"
]
dependencies = [
"Pygments==2.20.0",
- "SQLAlchemy[asynchio]==2.0.48",
+ "SQLAlchemy[asynchio]==2.0.49",
"falcon==4.2.0",
"gunicorn==25.3.0"
]
[project]
name = "nominatim-db"
-version = "5.2.0.post16"
+version = "5.3.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.9"
"pyYAML==6.0.3",
"psutil==7.2.2",
"PyICU==2.16.2",
- "osmium==4.3.0",
+ "osmium==4.3.1",
"mwparserfromhell==0.7.2"
]