Skip to content

Commit eb229b6

Browse files
chore: release main
1 parent 43c671b commit eb229b6

File tree

9 files changed

+39
-6
lines changed

9 files changed

+39
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-28)
4+
5+
6+
### Documentation
7+
8+
* 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))
9+
310
## [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)
411

512

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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **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))
9+
* **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))
10+
11+
12+
### Documentation
13+
14+
* 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))
15+
316
## [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)
417

518

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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **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))
9+
* **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))
10+
11+
12+
### Documentation
13+
14+
* 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))
15+
316
## [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)
417

518

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)