Skip to content

Commit b7d28a2

Browse files
committed
deps: floor pydantic
Avoid pydantic/pydantic#5821
1 parent a067689 commit b7d28a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = [
99
"attrs",
1010
"orjson",
11-
"pydantic[dotenv]",
11+
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
1212
"stac_pydantic==2.0.*",
1313
"stac-fastapi.types~=2.4.7",
1414
"stac-fastapi.api~=2.4.7",

0 commit comments

Comments
 (0)