Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 666285b

Browse files
committed
feat: add opentelemetry version in noxfile to remove failures
1 parent 0fb0e45 commit 666285b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def prerelease_deps(session):
373373
# dependencies of google-auth
374374
"cryptography",
375375
"pyasn1",
376+
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev"
376377
]
377378

378379
for dep in prerel_deps:

0 commit comments

Comments
 (0)