File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
instrumentation-genai/opentelemetry-instrumentation-vertexai Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- ` opentelemetry-instrumentation-dbapi ` : fix crash retrieving libpq version when enabling commenter with psycopg
17
17
([ #3796 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3796 ) )
18
-
19
18
- ` opentelemetry-instrumentation-vertexai ` : migrate off the deprecated events API to use the logs API
20
19
([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3626 ) )
21
20
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.12" ,
25
25
]
26
26
dependencies = [
27
- " opentelemetry-api >= 1.37.0 " ,
27
+ " opentelemetry-api >= 1.37" ,
28
28
" opentelemetry-instrumentation ~= 0.58b0" ,
29
29
# TODO https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3786: restrict
30
30
# version after the first release
You can’t perform that action at this time.
0 commit comments