Skip to content

Commit d15173e

Browse files
committed
Pinning specific version of stac pydantic.
1 parent 705bcb1 commit d15173e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stac_fastapi/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"fastapi-slim",
1010
"attrs>=23.2.0",
1111
"pydantic[dotenv]",
12-
"stac_pydantic>=3.1.0",
1312
"stac-fastapi.types==3.0.0a",
1413
"stac-fastapi.api==3.0.0a",
1514
"stac-fastapi.extensions==3.0.0a",
15+
"stac_pydantic @ git+ssh://[email protected]/stac-utils/stac-pydantic@1417932609410b40ece93db9ff6551da4a17d104#egg=stac_pydantic",
1616
"orjson",
1717
"overrides",
1818
"geojson-pydantic",

stac_fastapi/opensearch/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"opensearch-py[async]==2.4.2",
1212
"uvicorn",
1313
"starlette",
14+
"stac_pydantic @ git+ssh://[email protected]/stac-utils/stac-pydantic@1417932609410b40ece93db9ff6551da4a17d104#egg=stac_pydantic",
1415
]
1516

1617
extra_reqs = {

0 commit comments

Comments
 (0)