mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Fix the broken langchain importing caused their 1.0.0 release
PiperOrigin-RevId: 822279014
This commit is contained in:
committed by
Copybara-Service
parent
ed37e343f0
commit
c850da3a07
@@ -18,8 +18,8 @@ from typing import Optional
|
||||
from typing import Union
|
||||
|
||||
from google.genai import types
|
||||
from langchain.agents import Tool
|
||||
from langchain_core.tools import BaseTool as LangchainBaseTool
|
||||
from langchain_core.tools import Tool
|
||||
from langchain_core.tools.structured import StructuredTool
|
||||
from typing_extensions import override
|
||||
|
||||
|
||||
Reference in New Issue
Block a user