Skip to content

Commit cfbe8c9

Browse files
committed
tests: bump grpcio floor for pypy support
1 parent cacabdb commit cfbe8c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/tests/requirements.latest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pytest==7.4.4
4646
pytest-asyncio==0.21.0
4747
wrapt==1.16.0
4848
# test with the latest version of opentelemetry-api, sdk, and semantic conventions
49+
grpcio>=1.60.0
4950

5051
-e opentelemetry-instrumentation
5152
-e instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2

instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/tests/requirements.oldest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ opentelemetry-exporter-otlp-proto-http~=1.30
2929
opentelemetry-api==1.37 # when updating, also update in pyproject.toml
3030
opentelemetry-sdk==1.37 # when updating, also update in pyproject.toml
3131
opentelemetry-semantic-conventions==0.58b0 # when updating, also update in pyproject.toml
32+
grpcio>=1.60.0
3233

3334
-e instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2

0 commit comments

Comments
 (0)