Skip to content

Commit c93eaf6

Browse files
chore: release main
1 parent dccaf1b commit c93eaf6

File tree

9 files changed

+38
-6
lines changed

9 files changed

+38
-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.0","packages/toolbox-core":"0.5.0","packages/toolbox-llamaindex":"0.5.0"}
1+
{"packages/toolbox-langchain":"0.5.1","packages/toolbox-core":"0.5.1","packages/toolbox-llamaindex":"0.5.1"}

packages/toolbox-core/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.5.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.0...toolbox-core-v0.5.1) (2025-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Removed redundant test for test_add_auth_token_getter_unused_token ([#347](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/347)) ([dccaf1b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/dccaf1bd70e4e788fd80a9ef952aede4549b2fc7))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update python-nonmajor ([#351](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/351)) ([db16cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/db16cc766654c312e0065e6581d3611d2959bb1a))
14+
* **deps:** update python-nonmajor ([#354](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/354)) ([df8d695](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/df8d695622d5ad0b6c609c78d830680ebc5fcf10))
15+
316
## [0.5.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.4.0...toolbox-core-v0.5.0) (2025-08-19)
417

518

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.0"
15+
__version__ = "0.5.1"

packages/toolbox-langchain/CHANGELOG.md

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

3+
## [0.5.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.0...toolbox-langchain-v0.5.1) (2025-09-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update dependency langchain-core to v0.3.75 ([#346](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/346)) ([06d41d4](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/06d41d48caa01e63bade8a583514dd15b6dfa493))
9+
* **deps:** update python-nonmajor ([#351](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/351)) ([db16cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/db16cc766654c312e0065e6581d3611d2959bb1a))
10+
* **deps:** update python-nonmajor ([#354](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/354)) ([df8d695](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/df8d695622d5ad0b6c609c78d830680ebc5fcf10))
11+
312
## [0.5.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.4.0...toolbox-langchain-v0.5.0) (2025-08-19)
413

514

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 = "googleapis-packages@google.com"}
1010
]
1111
dependencies = [
12-
"toolbox-core==0.5.0", # x-release-please-version
12+
"toolbox-core==0.5.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.5.0"
15+
__version__ = "0.5.1"

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.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.0...toolbox-llamaindex-v0.5.1) (2025-09-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update dependency llama-index to v0.13.3 ([#342](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/342)) ([2b3f4c5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2b3f4c5b2e759974e905ea549e8a6209c47f3ba4))
9+
* **deps:** update dependency llama-index to v0.14.0 ([#360](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/360)) ([e861536](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/e861536622eb431e4785aa5373e8d6e19a1ae611))
10+
* **deps:** update python-nonmajor ([#351](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/351)) ([db16cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/db16cc766654c312e0065e6581d3611d2959bb1a))
11+
* **deps:** update python-nonmajor ([#354](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/354)) ([df8d695](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/df8d695622d5ad0b6c609c78d830680ebc5fcf10))
12+
313
## [0.5.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.4.0...toolbox-llamaindex-v0.5.0) (2025-08-19)
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 = "googleapis-packages@google.com"}
1010
]
1111
dependencies = [
12-
"toolbox-core==0.5.0", # x-release-please-version
12+
"toolbox-core==0.5.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.5.0"
15+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)