mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
opentelemetry-instrumentation-openai-v2: pin httpx dependency (#3056)
As 0.28.0 broke compat with old openai client.
This commit is contained in:

committed by
GitHub

parent
d330ab3dd0
commit
af8d0930ca
@ -1,5 +1,6 @@
|
||||
openai==1.26.0
|
||||
pydantic==2.8.2
|
||||
httpx==0.27.2
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
packaging==24.0
|
||||
|
@ -1,5 +1,6 @@
|
||||
openai==1.26.0
|
||||
pydantic==2.8.2
|
||||
httpx==0.27.2
|
||||
Deprecated==1.2.14
|
||||
importlib-metadata==6.11.0
|
||||
packaging==24.0
|
||||
|
Reference in New Issue
Block a user