Skip to content

Commit 34bea08

Browse files
committed
Pin opentelemetry versions
Until this comfyui PR is merged hiddenswitch/ComfyUI#26
1 parent d6791a8 commit 34bea08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
package_dir={"": "src"},
88
install_requires=[
99
"asyncio",
10+
# Pin opentelemetry versions until this comfyui PR is merged:
11+
# https://github.com/hiddenswitch/ComfyUI/pull/26
12+
"opentelemetry-distro==0.48b0",
13+
"opentelemetry-exporter-otlp==1.27.0",
14+
"opentelemetry-propagator-jaeger==1.27.0",
15+
"opentelemetry-instrumentation==0.48b0",
16+
"opentelemetry-util-http==0.48b0",
17+
"opentelemetry-instrumentation-aio-pika==0.48b0",
18+
"opentelemetry-instrumentation-requests==0.48b0",
19+
"opentelemetry-semantic-conventions==0.48b0",
1020
"comfyui @ git+https://github.com/hiddenswitch/ComfyUI.git@89d07f3adf32a6703181343bc732bd85104bb653",
1121
],
1222
url="https://github.com/yondonfu/comfystream",

0 commit comments

Comments
 (0)