Skip to content

Commit 25731c6

Browse files
chore: release main
1 parent 0c0d94e commit 25731c6

File tree

9 files changed

+61
-6
lines changed

9 files changed

+61
-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.4.0","packages/toolbox-core":"0.4.0","packages/toolbox-llamaindex":"0.4.0"}
1+
{"packages/toolbox-langchain":"0.4.1","packages/toolbox-core":"0.4.1","packages/toolbox-llamaindex":"0.4.1"}

packages/toolbox-core/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.4.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.4.0...toolbox-core-v0.4.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency mypy to v1.17.1 ([#322](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/322)) ([0c0d94e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0c0d94e56dc59c48dd5d2bef14bc3b2bf82af132))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency aiohttp to v3.12.15 ([#320](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/320)) ([f4159d8](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f4159d863fdc436dda3cd17fa74ef18de13fa19e))
14+
15+
16+
### Documentation
17+
18+
* Enhance DEVELOPER.md for improved contribution guidelines ([#316](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/316)) ([1d2be43](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/1d2be4396d50d1119381149c7b1c4d1a778a0349))
19+
320
## [0.4.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.3.0...toolbox-core-v0.4.0) (2025-07-17)
421

522

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.4.0"
15+
__version__ = "0.4.1"

packages/toolbox-langchain/CHANGELOG.md

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

3+
## [0.4.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.4.0...toolbox-langchain-v0.4.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency mypy to v1.17.1 ([#322](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/322)) ([0c0d94e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0c0d94e56dc59c48dd5d2bef14bc3b2bf82af132))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency aiohttp to v3.12.15 ([#320](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/320)) ([f4159d8](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f4159d863fdc436dda3cd17fa74ef18de13fa19e))
14+
* **deps:** update dependency langchain-core to v0.3.70 ([#318](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/318)) ([908b92c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/908b92c3e838a304cddd7411395958af6ce69fee))
15+
* **deps:** update python-nonmajor ([#319](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/319)) ([43c671b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/43c671bc1508ceb9892c6a03b1cff63828fe6bc1))
16+
17+
18+
### Documentation
19+
20+
* Enhance DEVELOPER.md for improved contribution guidelines ([#316](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/316)) ([1d2be43](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/1d2be4396d50d1119381149c7b1c4d1a778a0349))
21+
322
## [0.4.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.3.0...toolbox-langchain-v0.4.0) (2025-07-17)
423

524

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.4.0", # x-release-please-version
12+
"toolbox-core==0.4.1", # x-release-please-version
1313
"langchain-core>=0.2.23,<1.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.4.0"
15+
__version__ = "0.4.1"

packages/toolbox-llamaindex/CHANGELOG.md

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

3+
## [0.4.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.4.0...toolbox-llamaindex-v0.4.1) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency mypy to v1.17.1 ([#322](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/322)) ([0c0d94e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0c0d94e56dc59c48dd5d2bef14bc3b2bf82af132))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency aiohttp to v3.12.15 ([#320](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/320)) ([f4159d8](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f4159d863fdc436dda3cd17fa74ef18de13fa19e))
14+
* **deps:** update dependency llama-index to v0.12.50 ([#315](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/315)) ([7073f8d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7073f8d5309a6ffb5eb0d4079033af175ca4f773))
15+
* **deps:** update python-nonmajor ([#319](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/319)) ([43c671b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/43c671bc1508ceb9892c6a03b1cff63828fe6bc1))
16+
17+
18+
### Documentation
19+
20+
* Enhance DEVELOPER.md for improved contribution guidelines ([#316](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/316)) ([1d2be43](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/1d2be4396d50d1119381149c7b1c4d1a778a0349))
21+
322
## [0.4.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.3.0...toolbox-llamaindex-v0.4.0) (2025-07-17)
423

524

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.4.0", # x-release-please-version
12+
"toolbox-core==0.4.1", # x-release-please-version
1313
"llama-index>=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.4.0"
15+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)