diff --git a/pyproject.toml b/pyproject.toml index c1a8ef0..4d8a348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pyproj == 3.6.1", "pydantic-settings == 2.1.0", "email-validator == 2.1.0.post1", - "geodense ~= 0.0.1a11", + "geodense == 1.0-RC1", ] requires-python = ">=3.11.4" dynamic = ["version"]