File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
instrumentation-genai/opentelemetry-instrumentation-google-genai
util/opentelemetry-util-genai/tests Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
## Unreleased
13
13
14
14
### Fixed
15
-
16
15
- ` opentelemetry-instrumentation-dbapi ` : fix crash retrieving libpq version when enabling commenter with psycopg
17
16
([ #3796 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3796 ) )
18
- - ` opentelemetry-instrumentation-vertexai ` : migrate off the deprecated events API to use the logs API
19
- ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3626 ) )
20
- - ` opentelemetry-instrumentation-google-genai ` : migrate off the deprecated events API to use the logs API
21
- ([ #3625 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3624 ) )
22
17
23
18
### Added
24
19
- ` opentelemetry-instrumentation ` : botocore: Add support for AWS Secrets Manager semantic convention attribute
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ classifiers = [
38
38
]
39
39
dependencies = [
40
40
" opentelemetry-api >=1.37, <2" ,
41
- " opentelemetry-instrumentation >=0.58b0 , <2" ,
42
- " opentelemetry-semantic-conventions >=0.58b0 , <2"
41
+ " opentelemetry-instrumentation >=0.52b1 , <2" ,
42
+ " opentelemetry-semantic-conventions >=0.52b1 , <2"
43
43
]
44
44
45
45
[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ def test_upload_then_shutdown(self):
156
156
)
157
157
# all items should be consumed
158
158
self .hook .shutdown ()
159
+ # TODO: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3812 fix flaky test that requires sleep.
159
160
time .sleep (2 )
160
161
self .assertEqual (
161
162
self .mock_fs .open .call_count ,
You can’t perform that action at this time.
0 commit comments