Skip to content

Commit 15de500

Browse files
chore(main): release toolbox-langchain 0.5.9
1 parent b8163fe commit 15de500

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.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": "0.5.8",
2+
"packages/toolbox-langchain": "0.5.9",
33
"packages/toolbox-core": "0.5.9",
44
"packages/toolbox-llamaindex": "0.5.8",
55
"packages/toolbox-adk": "0.5.8"

packages/toolbox-langchain/CHANGELOG.md

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

3+
## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.8...toolbox-langchain-v0.5.9) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88))
9+
* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* decouple toolbox-core dependency versioning ([#550](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/550)) ([b8163fe](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b8163feab0d35aa915213e640200da07c101127a))
15+
* **deps:** bump langchain-core in /packages/toolbox-langchain ([#542](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/542)) ([2654414](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2654414838cda7c03eaac306e655188600c4635e))
16+
* **deps:** update mcp toolbox server version in integration tests to v0.27.0 to v0.27.0 ([#545](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/545)) ([851c7b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/851c7b542a18cd634b943d47b5b5331ac19dcd5b))
17+
* Fix issue with release PR presubmits not picking latest changes from orch packages ([#548](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/548)) ([8b0db22](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8b0db22d55453c963ba726b639922085ef77db20))
18+
* optimize CI dependency resolution to prevent PyPI version conflicts ([#546](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/546)) ([7c4a608](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7c4a608734042e0d501bbe351ad0c0e295cfe909))
19+
320
## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.7...toolbox-langchain-v0.5.8) (2026-01-28)
421

522

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__ = "0.5.8"
15+
__version__ = "0.5.9"

0 commit comments

Comments
 (0)