Skip to content

Commit 9ee48da

Browse files
author
Edward Keeble
committed
Updated stac-fastapi dependency to version supporting bulk transaction method argument
1 parent 0c0a10d commit 9ee48da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"orjson",
1111
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
1212
"stac_pydantic==2.0.*",
13-
"stac-fastapi.types~=2.4.8",
14-
"stac-fastapi.api~=2.4.8",
15-
"stac-fastapi.extensions~=2.4.8",
13+
"stac-fastapi.types~=2.4.9",
14+
"stac-fastapi.api~=2.4.9",
15+
"stac-fastapi.extensions~=2.4.9",
1616
"asyncpg",
1717
"buildpg",
1818
"brotli_asgi",

0 commit comments

Comments
 (0)