Skip to content

Commit 066bafb

Browse files
chore(main): release toolbox-langchain 1.2.0 (#669)
* chore(main): release toolbox-langchain 1.2.0 * chore: update changelog --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent c801dc3 commit 066bafb

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/toolbox-langchain": "1.0.1",
2+
"packages/toolbox-langchain": "1.2.0",
33
"packages/toolbox-core": "1.2.0",
44
"packages/toolbox-llamaindex": "0.7.0",
55
"packages/toolbox-adk": "1.2.0"

packages/toolbox-langchain/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v1.0.1...toolbox-langchain-v1.2.0) (2026-07-09)
4+
5+
6+
### Features
7+
8+
* add support for stateless MCP 2026 draft and protocol negotiation fallback ([#699](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/699)) ([68263e1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/68263e138e37125249584ca410f1c1bcf562602a))
9+
10+
311
## [1.0.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v1.0.0...toolbox-langchain-v1.0.1) (2026-05-18)
412

513

packages/toolbox-langchain/src/toolbox_langchain/version.py

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

15-
__version__ = "1.0.1"
15+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)