Skip to content

Commit a635594

Browse files
committed
pydantic dependecy
1 parent d798f17 commit a635594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = [
99
"fastapi~=0.109.0",
1010
"attrs>=23.2.0",
11-
"pydantic~=2.0.0",
11+
"pydantic>=2.4.1,<3.0.0",
1212
"stac_pydantic~=3.1.0",
1313
"stac-fastapi.api==5.1.1",
1414
"stac-fastapi.extensions==5.1.1",

0 commit comments

Comments
 (0)