Skip to content

Commit b992a84

Browse files
authored
deps: use beta versions of rustac (#11)
1 parent 57df819 commit b992a84

File tree

2 files changed

+1173
-1165
lines changed

2 files changed

+1173
-1165
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"fastapi>=0.115.8",
1010
"geojson-pydantic>=1.2.0",
1111
"pydantic>=2.10.4",
12-
"rustac",
12+
"rustac==0.7.0b1",
1313
"stac-fastapi-api>=5.0.2",
1414
"stac-fastapi-extensions>=5.0.2",
1515
"stac-fastapi-types>=5.0.2",
@@ -46,7 +46,7 @@ dev = [
4646
]
4747
validate = ["stac-api-validator>=0.6.3"]
4848
deploy = [
49-
"aws-cdk-lib==2.130.0",
49+
"aws-cdk-lib>=2.130.0",
5050
"constructs>=10.3.0",
5151
"eoapi-cdk>=8.0.2",
5252
"pydantic>=2.10.4",
@@ -56,9 +56,6 @@ deploy = [
5656
[tool.uv]
5757
default-groups = ["dev", "validate"]
5858

59-
[tool.uv.sources]
60-
rustac = { git = "https://github.com/stac-utils/rustac-py", rev = "18fc7bacdb9f33bc657c03f2f6f1287651a09c05" }
61-
6259
[tool.mypy]
6360
strict = true
6461
files = ["src/**/*.py", "infrastructure/**/*.py"]

0 commit comments

Comments
 (0)