File tree Expand file tree Collapse file tree 9 files changed +65
-6
lines changed Expand file tree Collapse file tree 9 files changed +65
-6
lines changed Original file line number Diff line number Diff line change 1- {"packages/toolbox-langchain" :" 0.2.1 " ,"packages/toolbox-core" :" 0.2.1 " ,"packages/toolbox-llamaindex" :" 0.2.1 " }
1+ {"packages/toolbox-langchain" :" 0.2.2 " ,"packages/toolbox-core" :" 0.2.2 " ,"packages/toolbox-llamaindex" :" 0.2.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.2.1...toolbox-core-v0.2.2 ) (2025-06-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency mypy to v1.16.1 ([ #286 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/286 ) ) ([ 10e59e1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/10e59e1b12e5a0dc58f9724a55aca8ed057c0ea2 ) )
9+ * ** deps:** update dependency pytest to v8.4.1 ([ #288 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/288 ) ) ([ 4237fff] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4237fffddf18a274fda6a23f16354a0199da9506 ) )
10+ * ** deps:** update python-nonmajor ([ #289 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/289 ) ) ([ 2725fd2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2725fd2bc82150e1f6b4bc3df16dec9e29e4f83a ) )
11+ * ** toolbox-core:** Expose authorization token requirements on ` ToolboxTool ` ([ #294 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/294 ) ) ([ d7c3311] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/d7c3311db18eb2785a4c5dc89233a91fc222d84d ) )
12+
13+
14+ ### Miscellaneous Chores
15+
16+ * ** deps:** update python-nonmajor ([ #284 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/284 ) ) ([ 492d35f] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/492d35f61360494e60944f8f5939cc23dabca80f ) )
17+
18+
19+ ### Documentation
20+
21+ * Add complete e2e working quickstart link across all quickstart sections ([ #296 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/296 ) ) ([ b839bc5] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b839bc5acd10142888739c2abaff215a32eb3e62 ) )
22+
323## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.2.0...toolbox-core-v0.2.1 ) (2025-06-13)
424
525
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.2.1 "
15+ __version__ = "0.2.2 "
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.2.1...toolbox-langchain-v0.2.2 ) (2025-06-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency mypy to v1.16.1 ([ #286 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/286 ) ) ([ 10e59e1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/10e59e1b12e5a0dc58f9724a55aca8ed057c0ea2 ) )
9+ * ** deps:** update dependency pytest to v8.4.1 ([ #288 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/288 ) ) ([ 4237fff] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4237fffddf18a274fda6a23f16354a0199da9506 ) )
10+ * ** deps:** update python-nonmajor ([ #289 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/289 ) ) ([ 2725fd2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2725fd2bc82150e1f6b4bc3df16dec9e29e4f83a ) )
11+
12+
13+ ### Miscellaneous Chores
14+
15+ * ** deps:** update python-nonmajor ([ #284 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/284 ) ) ([ 492d35f] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/492d35f61360494e60944f8f5939cc23dabca80f ) )
16+
17+
18+ ### Documentation
19+
20+ * Add complete e2e working quickstart link across all quickstart sections ([ #296 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/296 ) ) ([ b839bc5] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b839bc5acd10142888739c2abaff215a32eb3e62 ) )
21+
322## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.2.0...toolbox-langchain-v0.2.1 ) (2025-06-13)
423
524
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
99 {
name =
" Google LLC" ,
email =
" [email protected] " }
1010]
1111dependencies = [
12- " toolbox-core==0.2.1 " , # x-release-please-version
12+ " toolbox-core==0.2.2 " , # 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" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.2.1 "
15+ __version__ = "0.2.2 "
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.2.1...toolbox-llamaindex-v0.2.2 ) (2025-06-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency mypy to v1.16.1 ([ #286 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/286 ) ) ([ 10e59e1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/10e59e1b12e5a0dc58f9724a55aca8ed057c0ea2 ) )
9+ * ** deps:** update dependency pytest to v8.4.1 ([ #288 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/288 ) ) ([ 4237fff] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4237fffddf18a274fda6a23f16354a0199da9506 ) )
10+ * ** deps:** update python-nonmajor ([ #289 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/289 ) ) ([ 2725fd2] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2725fd2bc82150e1f6b4bc3df16dec9e29e4f83a ) )
11+
12+
13+ ### Miscellaneous Chores
14+
15+ * ** deps:** update python-nonmajor ([ #284 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/284 ) ) ([ 492d35f] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/492d35f61360494e60944f8f5939cc23dabca80f ) )
16+
17+
18+ ### Documentation
19+
20+ * Add complete e2e working quickstart link across all quickstart sections ([ #296 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/296 ) ) ([ b839bc5] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b839bc5acd10142888739c2abaff215a32eb3e62 ) )
21+ * ** toolbox-llamaindex:** Partially reverts change to restore installation section ([ #297 ] ( https://github.com/googleapis/mcp-toolbox-sdk-python/issues/297 ) ) ([ a2d4ef1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a2d4ef1b02e0c0be7f69059fd9c8decce6b0a92b ) )
22+
323## [ 0.2.1] ( https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.2.0...toolbox-llamaindex-v0.2.1 ) (2025-06-13)
424
525
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [
99 {
name =
" Google LLC" ,
email =
" [email protected] " }
1010]
1111dependencies = [
12- " toolbox-core==0.2.1 " , # x-release-please-version
12+ " toolbox-core==0.2.2 " , # 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" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.2.1 "
15+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments