8000 chore: Adds toolbox-core to deps and fixes toolbox code error. · google/adk-python@03f167c · GitHub
[go: up one dir, main page]

Skip to content

Commit 03f167c

Browse files
Jacksunweicopybara-github
authored andcommitted
chore: Adds toolbox-core to deps and fixes toolbox code error.
PiperOrigin-RevId: 759802478
1 parent 93e8f02 commit 03f167c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
< C781 th scope="col">Diff line change
Original file line numberDiff line number
@@ -45,6 +45,7 @@ dependencies = [
4545
"sqlalchemy>=2.0", # SQL database ORM
4646
"tzlocal>=5.3", # Time zone utilities
4747
"uvicorn>=0.34.0", # ASGI server for FastAPI
48+
"toolbox-core>=0.1.0",
4849
# go/keep-sorted end
4950
]
5051
dynamic = ["version"]

src/google/adk/tools/toolbox_toolset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import List, Optional, override
15+
from typing import List
16+
from typing import Optional
1617

1718
import toolbox_core as toolbox
19+
from typing_extensions import override
1820

1921
from ..agents.readonly_context import ReadonlyContext
2022
from .base_tool import BaseTool

0 commit comments

Comments
 (0)
0