-
Bump generated clients for v3.1 (#3348)
发布于
2026-05-06 10:40:38 +00:00 Summary
- bump generated TS client to @composio/client 0.1.0-alpha.69 and Python
client to composio-client 1.36.0 - page through ToolRouter session tools in TS/Python using the generated
v3.1 cursor response - accept generated connected account status REVOKED and fail connection
waits immediately for terminal states
Validation
- pnpm --filter @composio/core typecheck
- pnpm --filter @composio/core test -- test/tools/tools.test.ts
test/models/toolRouter.test.ts
test/connectedAccounts/connectedAccounts.test.ts
test/connectedAccounts/connectionRequest.test.ts - uv run --frozen ruff check python/composio/core/models/tools.py
python/tests/test_tool_execution.py - uv run --frozen pytest
python/tests/test_tool_execution.py::TestToolExecution::test_get_raw_tool_router_meta_tools_fetches_all_pages
python/tests/test_tool_router.py
Note: pnpm install --frozen-lockfile hits the repo preinstall Bun guard
locally because this machine has Bun 1.2.10 and the branch expects
1.3.10; dependency sync was completed with --ignore-scripts for local
verification.下载附件
- bump generated TS client to @composio/client 0.1.0-alpha.69 and Python