Skip to content

Commit 736369f

Browse files
committed
fix: Update package to be from git repo
1 parent c6ed7e1 commit 736369f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/toolbox-core/src/toolbox_core/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
15+
1416
import types
1517
from typing import Any, Callable, Coroutine, Mapping, Optional, Union
1618

packages/toolbox-langchain/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
"toolbox-core>=0.1.0,<1.0.0",
12+
# "toolbox-core>=0.1.0,<1.0.0",
13+
"toolbox-core=git+https://github.com/googleapis/mcp-toolbox-sdk-python.git#egg=toolbox-core&subdirectory=packages/toolbox-core
1314
"langchain-core>=0.2.23,<1.0.0",
1415
"PyYAML>=6.0.1,<7.0.0",
1516
"pydantic>=2.7.0,<3.0.0",

0 commit comments

Comments
 (0)