Skip to content

Commit 5789e68

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

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme-renderer==42.0
1010
bleach==4.1.0 # transient dependency for readme-renderer
1111
markupsafe>=2.0.1
1212
codespell==2.1.0
13-
requests==2.32.3
13+
requests>=2.32.4
1414
ruamel.yaml==0.17.21
1515
flaky==3.7.0
1616
pre-commit==3.7.0; python_version >= '3.9'

instrumentation-loongsuite/loongsuite-instrumentation-google-adk/pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ test = [
3636
"pytest >= 7.0.0",
3737
"pytest-asyncio >= 0.21.0",
3838
"pytest-cov >= 4.0.0",
39-
"google-adk >= 0.1.0",
39+
"google-adk >= 1.14.1",
40+
"litellm >= 1.0.0",
41+
"deprecated >= 1.2.0",
4042
]
4143
instruments = [
42-
"google-adk >= 0.1.0",
44+
"google-adk >= 1.14.1",
45+
"litellm >= 1.0.0",
46+
"deprecated >= 1.2.0",
4347
]
4448

4549
[project.urls]

instrumentation-loongsuite/loongsuite-instrumentation-google-adk/src/opentelemetry/instrumentation/google_adk/package.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("google-adk >= 0.1.0",)
16+
_instruments = (
17+
"google-adk >= 1.14.1",
18+
"litellm >= 1.0.0",
19+
"deprecated >= 1.2.0",
20+
)
1721

1822
_supports_metrics = True
1923

0 commit comments

Comments
 (0)