Skip to content

Commit a9e15ee

Browse files
authored
Pin httpx to <= 0.27.2 to fix tests (#316)
1 parent 2fceed1 commit a9e15ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/elasticsearch/setup.py

+1-1
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

+1-1
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)