Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
Releases
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Minor Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedPatch Changes
@composio/[email protected]
Patch Changes
@composio/[email protected]
Patch Changes
157bf7b: ### Added
latestversion changesdangerously_skip_version_checkparameter (Python) /dangerouslySkipVersionCheck(TypeScript): Optional flag to bypass version validation (use with caution)ToolVersionRequiredErrorexception (Python): Raised when attempting to execute tools withlatestversion without skip flag, includes helpful error messages with 4 possible fixesComposioToolVersionRequiredErrorerror (TypeScript): Parallel implementation for TypeScript SDK with detailed error context and resolution suggestionsChanged
tools.execute()now validates toolkit versions before API callsdangerously_skip_version_check=Trueinternally to maintain backward compatibility for framework integrationsexecute()and_execute_tool()methods now consistently resolve versions from instance-leveltoolkit_versionsconfigurationdangerously_skip_version_checkto modifier parameter types for complete flow coverage20251201_XX) instead of semantic versioningFixed
toolkit_versionsparameter from_execute_tool()in favor of instance-level configuration, ensuring consistent version resolution across the SDKMigration Guide
When manually executing tools, you must now specify toolkit versions:
Option 1: Pass explicit version parameter
Option 2: Configure at SDK initialization
Option 3: Use environment variables
export COMPOSIO_TOOLKIT_VERSION_GITHUB=20251201_01Option 4: Skip validation (not recommended)
Developer Notes
latestversion can still be used with the skip flag, but specific versions are strongly recommendedUpdated dependencies [157bf7b]
Note
Enforces explicit toolkit versions for manual tool execution with optional skip flags, adds error classes, improves TS SDK execution performance, and publishes coordinated package version bumps (incl. array parsing fix).
@composio/[email protected]):tools.execute(); adddangerously_skip_version_checksupport and new error types (ToolVersionRequiredError/ComposioToolVersionRequiredError).toolkit_versions; update modifier types; validate before API calls.@composio/{anthropic,cloudflare,google,langchain,llamaindex,mastra,openai,openai-agents}to0.2.0; update peer deps to@composio/[email protected].@composio/[email protected]: fix array parsing.0.2.12; depends on@composio/[email protected].fern/pages/src/changelog/10-22-25.mdsummarizing behavior, breaking change, and migration steps.Written by Cursor Bugbot for commit c6827bb. This will update automatically on new commits. Configure here.