Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@langchain/core": "^1.1.26",
"@langchain/google-genai": "^2.1.19",
"@langchain/google-vertexai": "^2.1.19",
"@toolbox-sdk/core": "^0.3.0",
"@toolbox-sdk/core": "^1.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating @toolbox-sdk/core to ^1.0.0 introduces a peer dependency requirement for zod: ^3.24.4. The current version of zod declared in this file is ^3.23.8 (line 16). It is recommended to update zod to at least ^3.24.4 to ensure compatibility and avoid peer dependency warnings during installation.

"langchain": "^1.2.25",
"zod": "^3.23.8"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "ISC",
"dependencies": {
"@google/genai": "^1.17.0",
"@toolbox-sdk/core": "^0.3.0"
"@toolbox-sdk/core": "^1.0.0"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@genkit-ai/googleai": "^1.18.0",
"@toolbox-sdk/core": "^0.3.0",
"@toolbox-sdk/core": "^1.0.0",
"genkit": "^1.18.0"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@langchain/core": "^1.1.26",
"@langchain/google-genai": "^2.1.19",
"@langchain/langgraph": "^1.0.0",
"@toolbox-sdk/core": "^0.3.0",
"@toolbox-sdk/core": "^1.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating @toolbox-sdk/core to ^1.0.0 is correct. However, I noticed that @langchain/core is currently at ^1.1.26 (line 14), which is lower than the ^1.1.27 required by @langchain/google-genai's peer dependencies (as seen in the lockfile). It is recommended to update @langchain/core to at least ^1.1.27 to ensure compatibility across all dependencies.

"langchain": "^1.2.25"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@llamaindex/google": "^0.4.0",
"@llamaindex/workflow": "^1.1.24",
"llamaindex": "0.12.1",
"@toolbox-sdk/core": "^0.3.0"
"@toolbox-sdk/core": "^1.0.0"
}
}
Loading