[project]
name = "nominatim-api"
-version = "5.3.2.post9"
+version = "5.3.2.post11"
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"
"Operating System :: OS Independent",
]
dependencies = [
- "Pygments==2.20.0",
- "SQLAlchemy[asyncio]==2.0.51",
+ "Pygments==2.21.0",
+ "SQLAlchemy[asyncio]==2.0.52",
"falcon==4.3.1",
- "gunicorn==26.0.0"
+ "gunicorn==25.1.0"
]
[project.urls]
[project]
name = "nominatim-db"
-version = "5.3.2.post9"
+version = "5.3.2.post11"
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"
"Operating System :: OS Independent",
]
dependencies = [
- "psycopg[binary]==3.3.4",
- "python-dotenv==1.2.2",
+ "psycopg[binary]==3.3.5",
+ "python-dotenv==1.2.3",
"jinja2==3.1.6",
"pyYAML==6.0.3",
"psutil==7.2.2",