File tree Expand file tree Collapse file tree 9 files changed +60
-6
lines changed Expand file tree Collapse file tree 9 files changed +60
-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-03)
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:** 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 ) )
27
+
3
28
## [ 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
29
5
30
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-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** 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 ) )
9
+ * ** 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 ) )
10
+ * ** 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 ) )
11
+ * ** 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 ) )
12
+
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * 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 ) )
17
+
3
18
## [ 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
19
5
20
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-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** 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 ) )
9
+ * ** 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 ) )
10
+ * ** 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 ) )
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * 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 ) )
16
+
3
17
## [ 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
18
5
19
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