Skip to content

Commit e3fe630

Browse files
committed
Drop backports-asyncio-runner for newer pythons
1 parent bd7866b commit e3fe630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyio==4.10.0
1212
# openai
1313
asgiref==3.9.1
1414
# via opentelemetry-test-utils
15-
backports-asyncio-runner==1.2.0
15+
backports-asyncio-runner==1.2.0 ; python_version < '3.11'
1616
# via pytest-asyncio
1717
build==1.3.0
1818
# via pip-tools

0 commit comments

Comments
 (0)