diff --git a/pyproject.toml b/pyproject.toml index 6c50948eecb..e33e47ef293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,14 +39,14 @@ dependencies = [ # OpenTelemetry is the server dependencies, rather than SDK # Since there are discrepancies among API and instrumentation packages, # we should always pin the set version of Opentelemetry suite - "opentelemetry-api==1.15.0", - "opentelemetry-sdk==1.15.0", - "opentelemetry-exporter-otlp-proto-http==1.15.0", - "opentelemetry-instrumentation==0.36b0", - "opentelemetry-instrumentation-aiohttp-client==0.36b0", - "opentelemetry-instrumentation-asgi==0.36b0", - "opentelemetry-semantic-conventions==0.36b0", - "opentelemetry-util-http==0.36b0", + "opentelemetry-api==1.14.0", + "opentelemetry-sdk==1.14.0", + "opentelemetry-exporter-otlp-proto-http==1.14.0", + "opentelemetry-instrumentation==0.35b0", + "opentelemetry-instrumentation-aiohttp-client==0.35b0", + "opentelemetry-instrumentation-asgi==0.35b0", + "opentelemetry-semantic-conventions==0.35b0", + "opentelemetry-util-http==0.35b0", "packaging>=22.0", "pathspec", "pip-tools>=6.6.2", @@ -136,7 +136,7 @@ grpc = [ "protobuf", "grpcio", "grpcio-health-checking", - "opentelemetry-instrumentation-grpc==0.36b0", + "opentelemetry-instrumentation-grpc==0.35b0", ] grpc-reflection = ["bentoml[grpc]", "grpcio-reflection"] grpc-channelz = ["bentoml[grpc]", "grpcio-channelz"] @@ -148,9 +148,9 @@ tracing = [ "bentoml[tracing-otlp]", "bentoml[tracing-zipkin]", ] -tracing-jaeger = ["opentelemetry-exporter-jaeger==1.15.0"] -tracing-zipkin = ["opentelemetry-exporter-zipkin==1.15.0"] -tracing-otlp = ["opentelemetry-exporter-otlp==1.15.0"] +tracing-jaeger = ["opentelemetry-exporter-jaeger==1.14.0"] +tracing-zipkin = ["opentelemetry-exporter-zipkin==1.14.0"] +tracing-otlp = ["opentelemetry-exporter-otlp==1.14.0"] [tool.setuptools_scm] write_to = "src/bentoml/_version.py" diff --git a/requirements/tests-requirements.txt b/requirements/tests-requirements.txt index 328f4495fcb..1fd1c76dc7a 100644 --- a/requirements/tests-requirements.txt +++ b/requirements/tests-requirements.txt @@ -19,4 +19,4 @@ build[virtualenv]==0.10.0 protobuf<4.0dev grpcio grpcio-health-checking -opentelemetry-instrumentation-grpc==0.36b0 +opentelemetry-instrumentation-grpc==0.35b0