We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a86641 commit 5c12b97Copy full SHA for 5c12b97
2 files changed
python/samples/requirements.txt
@@ -1,7 +1,7 @@
1
../sqlcommenter-python[opentelemetry]
2
-opentelemetry-api==1.0.0
+opentelemetry-api~=1.0
3
opentelemetry-exporter-gcp-trace==1.0.0
4
-opentelemetry-instrumentation-psycopg2==0.19b0
5
-opentelemetry-sdk==1.0.0
+opentelemetry-instrumentation-psycopg2==0.23b2
+opentelemetry-sdk~=1.0
6
psycopg2==2.8.6
7
psycopg2-binary==2.8.6
python/sqlcommenter-python/setup.py
@@ -40,7 +40,7 @@ def read_file(filename):
40
'psycopg2': ['psycopg2 == 2.8.6'],
41
'sqlalchemy': ['sqlalchemy'],
42
'opencensus': ['opencensus'],
43
- 'opentelemetry': ["opentelemetry-api == 1.0.0; python_version >= '3'"],
+ 'opentelemetry': ["opentelemetry-api ~= 1.0; python_version >= '3'"],
44
},
45
classifiers=[
46
'Development Status :: 4 - Beta',
0 commit comments