File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 "attrs>=23.2.0" ,
1111 "pydantic" ,
1212 "stac_pydantic==3.1.*" ,
13- "stac-fastapi.api>=5.1,<6.0" ,
14- "stac-fastapi.extensions>=5.1,<6.0" ,
15- "stac-fastapi.types>=5.1,<6.0" ,
13+ "stac-fastapi.api>=5.1.0 ,<6.0" ,
14+ "stac-fastapi.extensions>=5.1.0 ,<6.0" ,
15+ "stac-fastapi.types>=5.1.0 ,<6.0" ,
1616 "orjson" ,
1717 "overrides" ,
1818 "geojson-pydantic" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.5 "
2+ __version__ = "4.0.0 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.5 " ,
9+ "stac-fastapi.core==4.0.0 " ,
1010 "elasticsearch[async]==8.11.0" ,
1111 "elasticsearch-dsl==8.11.0" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.5 "
2+ __version__ = "4.0.0 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.5 " ,
9+ "stac-fastapi.core==4.0.0 " ,
1010 "opensearch-py==2.4.2" ,
1111 "opensearch-py[async]==2.4.2" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.5 "
2+ __version__ = "4.0.0 "
You can’t perform that action at this time.
0 commit comments