Skip to content

Commit 25470ad

Browse files
committed
pin httpx <= 0.27.2
1 parent 5ab4c4b commit 25470ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pre-commit",
2222
"requests",
2323
"ciso8601",
24-
"httpx",
24+
"httpx<=0.27.2",
2525
],
2626
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
2727
"server": ["uvicorn[standard]==0.19.0"],

stac_fastapi/opensearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"pre-commit",
2222
"requests",
2323
"ciso8601",
24-
"httpx",
24+
"httpx<=0.27.2",
2525
],
2626
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
2727
"server": ["uvicorn[standard]==0.19.0"],

0 commit comments

Comments
 (0)