File tree Expand file tree Collapse file tree 2 files changed +1173
-1165
lines changed Expand file tree Collapse file tree 2 files changed +1173
-1165
lines changed Original file line number Diff line number Diff 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]
4747validate = [" stac-api-validator>=0.6.3" ]
4848deploy = [
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 ]
5757default-groups = [" dev" , " validate" ]
5858
59- [tool .uv .sources ]
60- rustac = { git = " https://github.com/stac-utils/rustac-py" , rev = " 18fc7bacdb9f33bc657c03f2f6f1287651a09c05" }
61-
6259[tool .mypy ]
6360strict = true
6461files = [" src/**/*.py" , " infrastructure/**/*.py" ]
You can’t perform that action at this time.
0 commit comments