Skip to content

Commit bd7866b

Browse files
committed
Keep an old httpx version for baseline testing
1 parent cf1d2d6 commit bd7866b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/elastic-opentelemetry-instrumentation-openai/dev-requirements-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h11==0.16.0
3232
# via httpcore
3333
httpcore==1.0.9
3434
# via httpx
35-
httpx==0.28.1
35+
httpx==0.27.2
3636
# via openai
3737
idna==3.10
3838
# via

instrumentation/elastic-opentelemetry-instrumentation-openai/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h11==0.16.0
3232
# via httpcore
3333
httpcore==1.0.9
3434
# via httpx
35-
httpx==0.28.1
35+
httpx==0.27.2
3636
# via openai
3737
idna==3.10
3838
# via

0 commit comments

Comments
 (0)