Skip to content

chore: release main #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/toolbox-langchain":"0.2.0","packages/toolbox-core":"0.2.0","packages/toolbox-llamaindex":"0.2.0"}
{"packages/toolbox-langchain":"0.2.1","packages/toolbox-core":"0.2.1","packages/toolbox-llamaindex":"0.2.1"}
33 changes: 33 additions & 0 deletions packages/toolbox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.2.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.2.0...toolbox-core-v0.2.1) (2025-06-13)


### Features

* Cache google id tokens ([#254](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/254)) ([4e832c8](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4e832c8aa89f65f183f2cb13d55440292b1dc09d))


### Bug Fixes

* allow auth token getter override over client header ([#283](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/283)) ([c2d6cd6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/c2d6cd66673e81e2b4cc3a43b4a897a3a04723f0))
* **deps:** update dependency pytest-asyncio to v1 ([#261](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261)) ([9400621](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e))
* **deps:** update python-nonmajor ([#257](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257)) ([79005ad](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a))
* **deps:** update python-nonmajor ([#266](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266)) ([fecbf3d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8))
* **deps:** update python-nonmajor ([#274](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/274)) ([35ee427](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/35ee427443311a896f98b9e8f57187f6d502e3d7))
* **deps:** update python-nonmajor ([#282](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/282)) ([a58cc11](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a58cc113d59b2e5f08460225a4d894dda0ca3e0c))
* **toolbox-core:** Prevent `ToolboxClient` from closing externally managed client sessions ([#260](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/260)) ([7520adf](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7520adf8f75b2d8d9d254cfa43774ba876fcd222))


### Miscellaneous Chores

* **deps:** update dependency aiohttp to v3.12.12 ([#276](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/276)) ([c69e029](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/c69e0296b8f3ef792c1d56be0bd66194d0bf5710))
* **deps:** update dependency aiohttp to v3.12.9 ([#272](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/272)) ([813d60e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/813d60e40f036faa2bf7d1c72457ceb39c1c37d1))
* **toolbox-core:** deprecate add_headers feature ([#278](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/278)) ([65c8b10](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/65c8b101f28476935aa677a4223cccc775af9cf1))
* Update Gemini model to a stable version ([#263](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263)) ([3661055](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3))
* Update tools file option in integration tests ([#277](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/277)) ([cf1d0ab](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/cf1d0ab145b067a8cc817eeacd7aa05ba3a6990f))


### Documentation

* Improve API error handling for `toolbox-core` client ([#275](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/275)) ([65398fd](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/65398fd0c98c95188304670651a84d002e11d030))
* **toolbox-core:** Update README to include guidance on session lifecycle management ([#259](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/259)) ([9997fb6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/9997fb6b5cc1195b6732ecba3823309951a3e096))

## [0.2.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.1.0...toolbox-core-v0.2.0) (2025-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-core/src/toolbox_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.0"
__version__ = "0.2.1"
32 changes: 32 additions & 0 deletions packages/toolbox-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.2.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.2.0...toolbox-langchain-v0.2.1) (2025-06-13)


### Features

* **toolbox-langchain:** Add client headers to Toolbox ([#264](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/264)) ([887b719](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/887b7193268bc8bd2239a6cf8ac26f3dc0a2dff1))


### Bug Fixes

* **deps:** update dependency pytest-asyncio to v1 ([#261](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261)) ([9400621](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e))
* **deps:** update python-nonmajor ([#257](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257)) ([79005ad](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a))
* **deps:** update python-nonmajor ([#266](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266)) ([fecbf3d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8))
* **deps:** update python-nonmajor ([#274](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/274)) ([35ee427](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/35ee427443311a896f98b9e8f57187f6d502e3d7))
* **deps:** update python-nonmajor ([#282](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/282)) ([a58cc11](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a58cc113d59b2e5f08460225a4d894dda0ca3e0c))
* **toolbox-core:** Prevent `ToolboxClient` from closing externally managed client sessions ([#260](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/260)) ([7520adf](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7520adf8f75b2d8d9d254cfa43774ba876fcd222))


### Miscellaneous Chores

* **deps:** update dependency aiohttp to v3.12.12 ([#276](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/276)) ([c69e029](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/c69e0296b8f3ef792c1d56be0bd66194d0bf5710))
* **deps:** update dependency aiohttp to v3.12.9 ([#272](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/272)) ([813d60e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/813d60e40f036faa2bf7d1c72457ceb39c1c37d1))
* **deps:** update dependency langchain-core to v0.3.65 ([#281](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/281)) ([0a04704](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0a04704bb341aae550bc6ee90173b64e8a0b53d5))
* **toolbox-langchain:** remove add_headers feature ([#279](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/279)) ([4c59f14](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4c59f14c932983b44fc1f48d54c2859b417d59b0))
* Update Gemini model to a stable version ([#263](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263)) ([3661055](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3))
* Update tools file option in integration tests ([#277](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/277)) ([cf1d0ab](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/cf1d0ab145b067a8cc817eeacd7aa05ba3a6990f))


### Documentation

* **toolbox-langchain:** fix readme ([#267](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/267)) ([23379fb](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/23379fb37d55abc7e8e62e145d1e66c1f502668e))

## [0.2.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.1.0...toolbox-langchain-v0.2.0) (2025-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Google LLC", email = "[email protected]"}
]
dependencies = [
"toolbox-core==0.2.0", # x-release-please-version
"toolbox-core==0.2.1", # x-release-please-version
"langchain-core>=0.2.23,<1.0.0",
"PyYAML>=6.0.1,<7.0.0",
"pydantic>=2.7.0,<3.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.0"
__version__ = "0.2.1"
30 changes: 30 additions & 0 deletions packages/toolbox-llamaindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.2.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.2.0...toolbox-llamaindex-v0.2.1) (2025-06-13)


### Features

* **toolbox-llamaindex:** Add client headers to Toolbox ([#265](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/265)) ([9853831](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/985383182c6ff319445b04a771edb3de995f9c8b))


### Bug Fixes

* **deps:** update dependency pytest-asyncio to v1 ([#261](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261)) ([9400621](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e))
* **deps:** update python-nonmajor ([#257](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257)) ([79005ad](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a))
* **deps:** update python-nonmajor ([#266](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266)) ([fecbf3d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8))
* **deps:** update python-nonmajor ([#274](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/274)) ([35ee427](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/35ee427443311a896f98b9e8f57187f6d502e3d7))
* **deps:** update python-nonmajor ([#282](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/282)) ([a58cc11](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a58cc113d59b2e5f08460225a4d894dda0ca3e0c))


### Miscellaneous Chores

* **deps:** update dependency aiohttp to v3.12.12 ([#276](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/276)) ([c69e029](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/c69e0296b8f3ef792c1d56be0bd66194d0bf5710))
* **deps:** update dependency aiohttp to v3.12.9 ([#272](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/272)) ([813d60e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/813d60e40f036faa2bf7d1c72457ceb39c1c37d1))
* **toolbox-llamaindex:** remove add_headers feature ([#280](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/280)) ([701578b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/701578b98b7a1be54e0ca366717a84c9f8a4a184))
* Update Gemini model to a stable version ([#263](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263)) ([3661055](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3))
* Update tools file option in integration tests ([#277](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/277)) ([cf1d0ab](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/cf1d0ab145b067a8cc817eeacd7aa05ba3a6990f))


### Documentation

* **toolbox-llamaindex:** fix readme ([#269](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/269)) ([17ba6d7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/17ba6d7c2b47d4d2637a3d8f3d5d6e8cecd48a1a))

## [0.2.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.1.1...toolbox-llamaindex-v0.2.0) (2025-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Google LLC", email = "[email protected]"}
]
dependencies = [
"toolbox-core==0.2.0", # x-release-please-version
"toolbox-core==0.2.1", # x-release-please-version
"llama-index>=0.12.0,<1.0.0",
"PyYAML>=6.0.1,<7.0.0",
"pydantic>=2.8.0,<3.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.2.0"
__version__ = "0.2.1"