Skip to content

Commit 0b5afff

Browse files
committed
fix: unit test failure
Change-Id: I51ff02362a7c33c098fd75ff9f890e868d73c653 Co-developed-by: Cursor <[email protected]>
1 parent 7a75ad5 commit 0b5afff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

instrumentation-loongsuite/loongsuite-instrumentation-google-adk/tests/requirements.latest.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ vcrpy>=5.1.0
77
pyyaml>=6.0.0
88

99
# Third-party libraries used in tests
10-
google-adk>=0.1.0
10+
google-adk>=1.14.1 # Minimum version with plugins support
1111
litellm>=1.0.0 # Required by google.adk.models.lite_llm
12+
deprecated>=1.2.0 # Required by google.adk.tools
1213
wrapt==1.17.3
1314

1415
# Mock and utilities

instrumentation-loongsuite/loongsuite-instrumentation-google-adk/tests/requirements.oldest.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ vcrpy>=5.1.0
77
pyyaml>=6.0.0
88

99
# Third-party libraries used in tests
10-
google-adk==0.1.0
10+
google-adk>=1.14.1 # Minimum version with plugins support
1111
litellm>=1.0.0 # Required by google.adk.models.lite_llm
12+
deprecated>=1.2.0 # Required by google.adk.tools
1213
wrapt==1.17.3
1314

1415
# OpenTelemetry SDK and testing utilities (pinned to stable versions)

0 commit comments

Comments
 (0)