Skip to content

Commit

Permalink
Update opentelemetry to get rid of deprecation warning
Browse files Browse the repository at this point in the history
Running pytests always logged the following warning:
DeprecationWarning: pkg_resources is deprecated as an API

This is now addresses in opentelemetry - so updating.
  • Loading branch information
tsagadar committed Nov 10, 2024
1 parent 0b278a1 commit b1d856d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ argon2-cffi = "^23.1.0"
joserfc = "^1.0.0"
semver = "^3.0.2"
libconf = "^2.0.1"
opentelemetry-distro = "^0.47b0"
opentelemetry-instrumentation-fastapi = "^0.47b0"
opentelemetry-exporter-prometheus = "^0.47b0"
opentelemetry-distro = "^0.49b1"
opentelemetry-instrumentation-fastapi = "^0.49b1"
opentelemetry-exporter-prometheus = "^0.49b1"
aiocache = "^0.12.2"
httpx = "^0.27.0"
pydantic-settings = "^2.4.0"
Expand Down

0 comments on commit b1d856d

Please sign in to comment.