Add OpenTelemetry dependencies with version constraints

pull/1200/head
CI-DEV 1 month ago committed by GitHub
parent 36acbc0221
commit a3087da815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,6 +76,9 @@ httpx = "*"
mcp = "*"
aiohttp = "*"
schedule = "*"
opentelemetry-api = ">=1.20.0"
opentelemetry-sdk = ">=1.20.0"
opentelemetry-exporter-otlp = ">=1.20.0"
uvloop = {version = "*", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"}
winloop = {version = "*", markers = "sys_platform == 'win32'"}

Loading…
Cancel
Save