File tree Expand file tree Collapse file tree
instrumentation-loongsuite/loongsuite-instrumentation-google-adk/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ vcrpy>=5.1.0
77pyyaml>=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
1111litellm>=1.0.0 # Required by google.adk.models.lite_llm
12+ deprecated>=1.2.0 # Required by google.adk.tools
1213wrapt==1.17.3
1314
1415# Mock and utilities
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ vcrpy>=5.1.0
77pyyaml>=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
1111litellm>=1.0.0 # Required by google.adk.models.lite_llm
12+ deprecated>=1.2.0 # Required by google.adk.tools
1213wrapt==1.17.3
1314
1415# OpenTelemetry SDK and testing utilities (pinned to stable versions)
You can’t perform that action at this time.
0 commit comments