Skip to content

Commit b916fb5

Browse files
build: update geoengine-openapi-client dependency to 0.0.33
1 parent a3df64b commit b916fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
1616
license-files = ["LICENSE"]
1717
requires-python = ">=3.10"
1818
dependencies = [
19-
"geoengine-openapi-client == 0.0.31",
19+
"geoengine-openapi-client == git+https://github.com/geo-engine/geoengine-openapi-client@rust2",
2020
"geopandas >=1.0,<2.0",
2121
"matplotlib >=3.6,<3.11",
2222
"numpy >=1.23,<2.5",
@@ -27,7 +27,7 @@ dependencies = [
2727
"rasterio >=1.3,<2",
2828
"requests >= 2.26,<3",
2929
"rioxarray >=0.9.1, <0.23",
30-
"StrEnum >=0.4.6,<0.5", # TODO: use from stdlib when `python_requires = >=3.11`
30+
"StrEnum >=0.4.6,<0.5", # TODO: use from stdlib when `python_requires = >=3.11`
3131
"vega >= 3.5,<4.2",
3232
"websockets >= 14.2,<17",
3333
"xarray >=0.19,<2026.3",

0 commit comments

Comments
 (0)