Skip to content

Commit 99e042a

Browse files
authored
Merge pull request #178 from UiPath/fix/update_google_adk_runtime
fix: update uipath-runtime for google adk
2 parents 1e12ebe + 3c27103 commit 99e042a

2 files changed

Lines changed: 52 additions & 51 deletions

File tree

packages/uipath-google-adk/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "uipath-google-adk"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Python SDK that enables developers to build and deploy Google ADK agents to the UiPath Cloud Platform"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"google-adk>=1.25.0",
9-
"openinference-instrumentation-google-adk>=0.1.0",
10-
"uipath>=2.8.18, <2.9.0",
11-
"uipath-runtime>=0.8.0, <0.9.0",
8+
"google-adk>=1.25.1",
9+
"openinference-instrumentation-google-adk>=0.1.9",
10+
"uipath>=2.8.41, <2.9.0",
11+
"uipath-runtime>=0.9.0, <0.10.0",
1212
]
1313
classifiers = [
1414
"Intended Audience :: Developers",
@@ -40,13 +40,13 @@ build-backend = "hatchling.build"
4040

4141
[dependency-groups]
4242
dev = [
43-
"mypy>=1.14.1",
44-
"ruff>=0.9.4",
45-
"pytest>=7.4.0",
46-
"pytest-cov>=4.1.0",
47-
"pytest-mock>=3.11.1",
48-
"pre-commit>=4.1.0",
49-
"pytest-asyncio>=1.0.0",
43+
"mypy>=1.19.1",
44+
"ruff>=0.15.1",
45+
"pytest>=9.0.2",
46+
"pytest-cov>=7.0.0",
47+
"pytest-mock>=3.15.1",
48+
"pre-commit>=4.5.1",
49+
"pytest-asyncio>=1.3.0",
5050
]
5151

5252
[tool.ruff]

packages/uipath-google-adk/uv.lock

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)