Skip to content

Commit

Permalink
pin deps to python3.6 version
Browse files Browse the repository at this point in the history
We are using python3.6 in testing setup
and some deps are not available beyond
certain version for python3.6

This might cause issue with python3.6 where
latest versions are not available

Signed-off-by: Harsh Modi <hmodi@redhat.com>
  • Loading branch information
hjmodi committed Sep 20, 2023
1 parent 89cd65a commit ed7c05c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requests
requests-kerberos
six
PyYAML
opentelemetry-api==1.19.0
opentelemetry-exporter-otlp==1.19.0
opentelemetry-instrumentation-requests==0.40b0
opentelemetry-sdk==1.19.0
opentelemetry-api==1.12.0
opentelemetry-exporter-otlp==1.12.0
opentelemetry-instrumentation-requests==0.33b0
opentelemetry-sdk==1.12.0
otel-extensions

0 comments on commit ed7c05c

Please sign in to comment.