Skip to content

Commit 7e247cc

Browse files
committed
update versions
1 parent 7ac75ee commit 7e247cc

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

stac_fastapi/core/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies = [
3535
"attrs>=23.2.0",
3636
"pydantic>=2.4.1,<3.0.0",
3737
"stac_pydantic~=3.3.0",
38-
"stac-fastapi.types==6.0.0",
39-
"stac-fastapi.api==6.0.0",
40-
"stac-fastapi.extensions==6.0.0",
38+
"stac-fastapi.types==6.1.1",
39+
"stac-fastapi.api==6.1.1",
40+
"stac-fastapi.extensions==6.1.1",
4141
"orjson~=3.11.0",
4242
"overrides~=7.4.0",
4343
"geojson-pydantic~=1.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "6.7.4"
2+
__version__ = "6.7.5"

stac_fastapi/elasticsearch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ keywords = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33-
"stac-fastapi-core==6.7.4",
34-
"sfeos-helpers==6.7.4",
33+
"stac-fastapi-core==6.7.5",
34+
"sfeos-helpers==6.7.5",
3535
"elasticsearch[async]~=8.19.1",
3636
"uvicorn~=0.23.0",
3737
"starlette>=0.35.0,<0.36.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "6.7.4"
2+
__version__ = "6.7.5"

stac_fastapi/opensearch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ keywords = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33-
"stac-fastapi-core==6.7.4",
34-
"sfeos-helpers==6.7.4",
33+
"stac-fastapi-core==6.7.5",
34+
"sfeos-helpers==6.7.5",
3535
"opensearch-py~=2.8.0",
3636
"opensearch-py[async]~=2.8.0",
3737
"uvicorn~=0.23.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "6.7.4"
2+
__version__ = "6.7.5"

stac_fastapi/sfeos_helpers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords = [
3131
]
3232
dynamic = ["version"]
3333
dependencies = [
34-
"stac-fastapi.core==6.7.4",
34+
"stac-fastapi.core==6.7.5",
3535
]
3636

3737
[project.urls]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "6.7.4"
2+
__version__ = "6.7.5"

0 commit comments

Comments
 (0)