Skip to content

Commit e7e53ee

Browse files
committed
change the typing_extensions version to make this stack compatible with py3.13
1 parent 47ef97a commit e7e53ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stac_fastapi/core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = [
99
"fastapi-slim",
1010
"attrs>=23.2.0",
11-
"pydantic[dotenv]",
11+
"pydantic",
1212
"stac_pydantic>=3",
1313
"stac-fastapi.types==3.0.0",
1414
"stac-fastapi.api==3.0.0",
@@ -17,7 +17,7 @@
1717
"overrides",
1818
"geojson-pydantic",
1919
"pygeofilter==0.3.1",
20-
"typing_extensions==4.8.0",
20+
"typing_extensions>=4.8.0",
2121
"jsonschema",
2222
"slowapi==0.1.9",
2323
]

0 commit comments

Comments
 (0)