Skip to content

Commit 1b239af

Browse files
committed
Respond to comments
1 parent 56f0b72 commit 1b239af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

instrumentation-genai/opentelemetry-instrumentation-vertexai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
]
2626
dependencies = [
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

0 commit comments

Comments
 (0)