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
1515
1616- ` opentelemetry-instrumentation-dbapi ` : fix crash retrieving libpq version when enabling commenter with psycopg
1717 ([ #3796 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3796 ) )
18-
1918- ` opentelemetry-instrumentation-vertexai ` : migrate off the deprecated events API to use the logs API
2019 ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3626 ) )
2120
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.12" ,
2525]
2626dependencies = [
27- " opentelemetry-api >= 1.37.0 " ,
27+ " opentelemetry-api >= 1.37" ,
2828 " opentelemetry-instrumentation ~= 0.58b0" ,
2929 # TODO https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3786: restrict
3030 # version after the first release
You can’t perform that action at this time.
0 commit comments