Skip to content

Commit 4275191

Browse files
chore(main): release toolbox-core 1.0.1
1 parent 41c06eb commit 4275191

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "1.0.0",
3-
"packages/toolbox-core": "1.0.0",
3+
"packages/toolbox-core": "1.0.1",
44
"packages/toolbox-llamaindex": "1.0.0",
55
"packages/toolbox-adk": "1.0.0"
66
}

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+
## [1.0.1](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v1.0.0...toolbox-core-v1.0.1) (2026-03-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update dependency requests to v2.33.0 [security] ([#607](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/607)) ([33cae27](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/33cae278e4edcd562219e9160e998ef19b819122))
9+
* **deps:** update mcp toolbox server version in integration tests to v0.31.0 to v0.31.0 ([#609](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/609)) ([0883de3](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/0883de368379f9c62bd915ff1b0e7acecced4ff3))
10+
311
## [1.0.0](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.6.0...toolbox-core-v1.0.0) (2026-03-25)
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__ = "1.0.0"
15+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)