Skip to content

Commit f610556

Browse files
chore: release main (#304)
* chore: release main * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <[email protected]>
1 parent 81d862b commit f610556

File tree

9 files changed

+52
-6
lines changed

9 files changed

+52
-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.3.0","packages/toolbox-core":"0.3.0","packages/toolbox-llamaindex":"0.3.0"}
1+
{"packages/toolbox-langchain":"0.4.0","packages/toolbox-core":"0.4.0","packages/toolbox-llamaindex":"0.4.0"}

packages/toolbox-core/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **toolbox-core:** fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313))
9+
10+
### Bug Fixes
11+
12+
* **toolbox-core:** fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313)) ([6cf6d6b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6cf6d6ba3cd67d7c4e18e919a10c37f34971dcf1))
13+
14+
315
## [0.3.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.2.1...toolbox-core-v0.3.0) (2025-07-02)
416

517

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.3.0"
15+
__version__ = "0.4.0"

packages/toolbox-langchain/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.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.3.0...toolbox-langchain-v0.4.0) (2025-07-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313))
9+
10+
### Features
11+
12+
* **toolbox-langchain:** Enable sync and async context management for ToolboxClient ([#308](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/308)) ([2378598](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/23785985ef5b891bed69843d4981a6e417b5c048))
13+
14+
15+
### Bug Fixes
16+
17+
* fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313)) ([6cf6d6b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6cf6d6ba3cd67d7c4e18e919a10c37f34971dcf1))
18+
19+
320
## [0.3.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.2.1...toolbox-langchain-v0.3.0) (2025-07-02)
421

522

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.3.0", # x-release-please-version
12+
"toolbox-core==0.4.0", # 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.3.0"
15+
__version__ = "0.4.0"

packages/toolbox-llamaindex/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.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.3.0...toolbox-llamaindex-v0.4.0) (2025-07-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313))
9+
10+
### Features
11+
12+
* **toolbox-llamaindex:** Enable sync and async context management for ToolboxClient ([#307](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/307)) ([a5897c8](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a5897c8dc15a091938f2cdd75df0acd633fde697))
13+
14+
15+
### Bug Fixes
16+
17+
* fix auth_methods module ([#313](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/313)) ([6cf6d6b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/6cf6d6ba3cd67d7c4e18e919a10c37f34971dcf1))
18+
19+
320
## [0.3.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.2.1...toolbox-llamaindex-v0.3.0) (2025-07-02)
421

522

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.3.0", # x-release-please-version
12+
"toolbox-core==0.4.0", # 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.3.0"
15+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)