Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 268bd95

Browse files
committed
[client] Bump OpenTelemetry
1 parent 26483a6 commit 268bd95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ requests>=2.32.0,<=2.32.3
1010
setuptools~=71.1.0
1111
cachetools~=5.5.0
1212
prometheus-client~=0.21.1
13-
opentelemetry-api>=1.22.0,<=1.30.0
14-
opentelemetry-sdk>=1.22.0,<=1.30.0
13+
opentelemetry-api~=1.32.0
14+
opentelemetry-sdk~=1.32.0
1515
deprecation~=2.1.0
1616
fastapi>=0.115.8,<0.116.0
1717
uvicorn[standard]>=0.33.0,<0.35.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ install_requires =
4646
setuptools~=71.1.0
4747
cachetools~=5.5.0
4848
prometheus-client~=0.21.1
49-
opentelemetry-api>=1.22.0,<=1.30.0
50-
opentelemetry-sdk>=1.22.0,<=1.30.0
49+
opentelemetry-api~=1.32.0
50+
opentelemetry-sdk~=1.32.0
5151
deprecation~=2.1.0
5252
fastapi>=0.115.8,<0.116.0
5353
uvicorn[standard]>=0.33.0,<0.35.0

0 commit comments

Comments
 (0)