We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798f17 commit a635594Copy full SHA for a635594
stac_fastapi/core/setup.py
@@ -8,7 +8,7 @@
8
install_requires = [
9
"fastapi~=0.109.0",
10
"attrs>=23.2.0",
11
- "pydantic~=2.0.0",
+ "pydantic>=2.4.1,<3.0.0",
12
"stac_pydantic~=3.1.0",
13
"stac-fastapi.api==5.1.1",
14
"stac-fastapi.extensions==5.1.1",
0 commit comments