Skip to content

Commit 023a7eb

Browse files
chore: release main (#381)
* chore: release main * chore: Update release notes * chore(langchain): Update release notes * chore(langchain): Update release notes Updated dependencies and version constraints in the changelog. * chore(langchain): Update release notes * chore(langchain): Fix release notes * chore(langchain): Fix release notes * chore(llamaindex): Update release notes * chore(llamaindex): Fix release notes --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <[email protected]>
1 parent 9005105 commit 023a7eb

File tree

9 files changed

+34
-6
lines changed

9 files changed

+34
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-langchain":"0.5.2","packages/toolbox-core":"0.5.2","packages/toolbox-llamaindex":"0.5.2"}
1+
{"packages/toolbox-langchain":"0.5.3","packages/toolbox-core":"0.5.3","packages/toolbox-llamaindex":"0.5.3"}

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.2...toolbox-core-v0.5.3) (2025-11-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **ci:** Updated the toolbox server version for CI and integration tests ([#388](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/388)), ([#414](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/414)), ([#421](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/421), [#395](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/395)).
9+
* **deps:** Updated dependencies: `aiohttp` to v3.13.0 ([#389](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/389)), `google-auth` to v2.41.1 ([#383](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/383)), `isort` to v7 ([#393](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/393)), `pytest` to v9 ([#416](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/416)), and other non-major Python dependencies ([#386](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/386)), ([#387](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/387)), ([#427](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/427)).
10+
311
## [0.5.2](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.1...toolbox-core-v0.5.2) (2025-09-22)
412

513

packages/toolbox-core/src/toolbox_core/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.2"
15+
__version__ = "0.5.3"

packages/toolbox-langchain/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.2...toolbox-langchain-v0.5.3) (2025-11-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** Updated langchain-core version constraint to support v1 ([#417](https://github.com/googleapis/mcp-toolbox-sdk-python/pull/417))
9+
* **deps:** Updated dependencies: `aiohttp` to v3.13.0 ([#389](https.github.com/googleapis/mcp-toolbox-sdk-python/issues/389)), `isort` to v7 ([#393](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/393)), `langchain-core` to v1 ([#401](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/401)), `pytest` to v9 ([#416](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/416)), and other non-major Python dependencies ([#378](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/378)), ([#386](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/386)), ([#387](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/387)), ([#427](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/427)).
10+
* **ci:** Updated the toolbox server version for CI and integration tests ([#388](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/388)), ([#414](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/414)), ([#421](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/421), [#397](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/397)).
11+
* **ci:** Updated renovate config to disable updates for pillow for py3.9 ([#400](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/400)).
12+
313
## [0.5.2](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.1...toolbox-langchain-v0.5.2) (2025-09-22)
414

515

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
"toolbox-core==0.5.2", # x-release-please-version
12+
"toolbox-core==0.5.3", # x-release-please-version
1313
"langchain-core>=0.2.23,<2.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.7.0,<3.0.0",

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.2"
15+
__version__ = "0.5.3"

packages/toolbox-llamaindex/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.2...toolbox-llamaindex-v0.5.3) (2025-11-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** Pinned `llama-index-cli` to resolve a dependency conflict ([#423](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/423)).
9+
* **deps:** Updated the toolbox server version for CI and integration tests ([#388](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/388)), ([#414](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/414)), ([#421](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/421), [#396](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/396)).
10+
* **deps:** Updated dependencies: `aiohttp` to v3.13.0 ([#389](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/389)), `isort` to v7 ([#393](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/393)), `pytest` to v9 ([#416](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/416)), and other non-major Python dependencies ([#378](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/378)), ([#386](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/386)), ([#387](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/387)), ([#427](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/427)).
11+
* **chore:** Updated renovate config to disable updates for pillow for py3.9 ([#400](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/400)).
12+
313
## [0.5.2](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.1...toolbox-llamaindex-v0.5.2) (2025-09-22)
414

515

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Google LLC", email = "[email protected]"}
1010
]
1111
dependencies = [
12-
"toolbox-core==0.5.2", # x-release-please-version
12+
"toolbox-core==0.5.3", # x-release-please-version
1313
"llama-index-core>=0.12.0,<1.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.8.0,<3.0.0",

packages/toolbox-llamaindex/src/toolbox_llamaindex/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.2"
15+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)