File tree Expand file tree Collapse file tree 9 files changed +81
-6
lines changed Expand file tree Collapse file tree 9 files changed +81
-6
lines changed Original file line number Diff line number Diff line change 1
- {"packages/toolbox-langchain" :" 0.2.0 " ,"packages/toolbox-core" :" 0.2.0 " ,"packages/toolbox-llamaindex" :" 0.2.0 " }
1
+ {"packages/toolbox-langchain" :" 0.2.1 " ,"packages/toolbox-core" :" 0.2.1 " ,"packages/toolbox-llamaindex" :" 0.2.1 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.2.0...toolbox-core-v0.2.1 ) (2025-06-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * Cache google id tokens ([ #254 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/254 ) ) ([ 4e832c8] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4e832c8aa89f65f183f2cb13d55440292b1dc09d ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** deps:** update dependency pytest-asyncio to v1 ([ #261 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261 ) ) ([ 9400621] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e ) )
14
+ * ** deps:** update python-nonmajor ([ #257 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257 ) ) ([ 79005ad] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a ) )
15
+ * ** deps:** update python-nonmajor ([ #266 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266 ) ) ([ fecbf3d] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8 ) )
16
+ * ** toolbox-core:** Prevent ` ToolboxClient ` from closing externally managed client sessions ([ #260 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/260 ) ) ([ 7520adf] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7520adf8f75b2d8d9d254cfa43774ba876fcd222 ) )
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * Update Gemini model to a stable version ([ #263 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263 ) ) ([ 3661055] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3 ) )
22
+
23
+
24
+ ### Documentation
25
+
26
+ * ** toolbox-core:** fix readme ([ #268 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/268 ) ) ([ 5b806f1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/5b806f1a221db0d50d126c33670b58037fcc78a1 ) )
27
+ * ** toolbox-core:** Update README to include guidance on session lifecycle management ([ #259 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/259 ) ) ([ 9997fb6] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/9997fb6b5cc1195b6732ecba3823309951a3e096 ) )
28
+
3
29
## [ 0.2.0] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.1.0...toolbox-core-v0.2.0 ) (2025-05-20)
4
30
5
31
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.2.0 "
15
+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.2.0...toolbox-langchain-v0.2.1 ) (2025-06-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** toolbox-langchain:** Add client headers to Toolbox ([ #264 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/264 ) ) ([ 887b719] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/887b7193268bc8bd2239a6cf8ac26f3dc0a2dff1 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** deps:** update dependency pytest-asyncio to v1 ([ #261 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261 ) ) ([ 9400621] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e ) )
14
+ * ** deps:** update python-nonmajor ([ #257 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257 ) ) ([ 79005ad] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a ) )
15
+ * ** deps:** update python-nonmajor ([ #266 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266 ) ) ([ fecbf3d] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8 ) )
16
+ * ** toolbox-core:** Prevent ` ToolboxClient ` from closing externally managed client sessions ([ #260 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/260 ) ) ([ 7520adf] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7520adf8f75b2d8d9d254cfa43774ba876fcd222 ) )
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * Update Gemini model to a stable version ([ #263 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263 ) ) ([ 3661055] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3 ) )
22
+
23
+
24
+ ### Documentation
25
+
26
+ * ** toolbox-langchain:** fix readme ([ #267 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/267 ) ) ([ 23379fb] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/23379fb37d55abc7e8e62e145d1e66c1f502668e ) )
27
+
3
28
## [ 0.2.0] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.1.0...toolbox-langchain-v0.2.0 ) (2025-05-20)
4
29
5
30
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
9
9
{
name =
" Google LLC" ,
email =
" [email protected] " }
10
10
]
11
11
dependencies = [
12
- " toolbox-core==0.2.0 " , # x-release-please-version
12
+ " toolbox-core==0.2.1 " , # x-release-please-version
13
13
" langchain-core>=0.2.23,<1.0.0" ,
14
14
" PyYAML>=6.0.1,<7.0.0" ,
15
15
" pydantic>=2.7.0,<3.0.0" ,
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.2.0 "
15
+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.2.0...toolbox-llamaindex-v0.2.1 ) (2025-06-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** toolbox-llamaindex:** Add client headers to Toolbox ([ #265 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/265 ) ) ([ 9853831] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/985383182c6ff319445b04a771edb3de995f9c8b ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** deps:** update dependency pytest-asyncio to v1 ([ #261 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/261 ) ) ([ 9400621] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/94006211658fa5852e2a7e17497ec30e157cdc3e ) )
14
+ * ** deps:** update python-nonmajor ([ #257 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/257 ) ) ([ 79005ad] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/79005ada9960dc593eb116289a93175032a9ee1a ) )
15
+ * ** deps:** update python-nonmajor ([ #266 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/266 ) ) ([ fecbf3d] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fecbf3d58647aec670b2cf7bad929d4605ad2cc8 ) )
16
+
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * Update Gemini model to a stable version ([ #263 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/263 ) ) ([ 3661055] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/36610558b205b72de7e40c469cdaabb5a715c4a3 ) )
21
+
22
+
23
+ ### Documentation
24
+
25
+ * ** toolbox-llamaindex:** fix readme ([ #269 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/269 ) ) ([ 17ba6d7] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/17ba6d7c2b47d4d2637a3d8f3d5d6e8cecd48a1a ) )
26
+
3
27
## [ 0.2.0] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.1.1...toolbox-llamaindex-v0.2.0 ) (2025-05-20)
4
28
5
29
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
9
9
{
name =
" Google LLC" ,
email =
" [email protected] " }
10
10
]
11
11
dependencies = [
12
- " toolbox-core==0.2.0 " , # x-release-please-version
12
+ " toolbox-core==0.2.1 " , # x-release-please-version
13
13
" llama-index>=0.12.0,<1.0.0" ,
14
14
" PyYAML>=6.0.1,<7.0.0" ,
15
15
" pydantic>=2.8.0,<3.0.0" ,
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.2.0 "
15
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments