diff --git a/pyproject.toml b/pyproject.toml index 91e4ebed..efcc3e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = { file = "README.md", content-type = "text/markdown" } license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ - "geoengine-openapi-client == 0.0.31", + "geoengine-openapi-client == 0.0.32", "geopandas >=1.0,<2.0", "matplotlib >=3.6,<3.11", "numpy >=1.23,<2.5",