Skip to content

Commit

Permalink
deps: ceil pydantic below 2 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Sep 6, 2023
1 parent b9cedf3 commit 8b696bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stac_fastapi/api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

install_requires = [
"attrs",
"pydantic[dotenv]",
"pydantic[dotenv]<2",
"stac_pydantic==2.0.*",
"brotli_asgi",
"stac-fastapi.types",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

install_requires = [
"attrs",
"pydantic[dotenv]",
"pydantic[dotenv]<2",
"stac_pydantic==2.0.*",
"stac-fastapi.types",
"stac-fastapi.api",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/types/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"fastapi>=0.73.0",
"attrs",
"pydantic[dotenv]",
"pydantic[dotenv]<2",
"stac_pydantic==2.0.*",
"pystac==1.*",
"iso8601>=1.0.2,<2.1.0",
Expand Down

0 comments on commit 8b696bd

Please sign in to comment.