We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76b8c8 commit 69f115aCopy full SHA for 69f115a
pyproject.toml
@@ -14,10 +14,15 @@ classifiers = [
14
"License :: OSI Approved :: Apache Software License"
15
]
16
dependencies = [
17
- "etos_lib==5.1.4",
+ "etos_lib==5.1.5",
18
"cryptography>=42.0.4,<43.0.0",
19
"packageurl-python==0.9.1",
20
"jsontas>=1.4.1,<2.0.0",
21
+ "opentelemetry-api==1.39.0",
22
+ "opentelemetry-sdk==1.39.0",
23
+ "opentelemetry-exporter-otlp==1.39.0",
24
+ "opentelemetry-semantic-conventions==0.60b0",
25
+ "opentelemetry-instrumentation-logging==0.60b0",
26
27
28
[options]
0 commit comments