chore: bump version to 2.2.0 - #97
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Bumps the Twilio Agent Connect Python SDK release version from 2.1.1 to 2.2.0, aligning the project metadata and lockfile with the new release.
Changes:
- Updated
pyproject.tomlproject version to2.2.0. - Updated
uv.lockeditable package version to2.2.0. - Lockfile normalization:
exceptiongroup’styping-extensionsdependency is now correctly guarded for Python< 3.13.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates the package’s published version metadata to 2.2.0. |
| uv.lock | Updates the lockfile’s editable package version and records a dependency marker adjustment. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ryanrishi
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Bump version
2.1.1→2.2.0.Changes since
v2.1.1:Features
CallOptions,CallStatusEvent,AmdEvent,RecordingEvent, theon_call_status/on_amd/on_recordinghandlers,VoiceChannelConfig.default_call_options,TACConfig.voice_call_event_path, andConversationSession.call_sid.Fixes
/Recallresponse per-item so one malformed observation, summary, or communication no longer collapses the whole response to empty (fix: parse Memory /Recall response per-item to avoid dropping valid results #89).Other
get_channel_name()now returns"SMS"/"VOICE", and the redundantget_channel_type_upper()is removed..worktreeincludeto copy example.envfiles into new worktrees (Add .worktreeinclude to copy example .env files into new worktrees #86).twilio/sdk-actions/artifactory-oidcand repin tov1.0.0(ci: adopt shared twilio/sdk-actions/artifactory-oidc #91, ci: repin sdk-actions to v1.0.0 #92).Note
#93 changes the documented return values of
get_channel_name()andConversationSession.channelfrom lowercase to uppercase and removes the publishedget_channel_type_upper(). Consumers comparing against"sms"/"voice", or subclasses relying on the removed method, will need updating despite the minor bump.Type of Change
Checklist
SDK Parity
This is the Python SDK. If this change affects shared functionality, ensure the TypeScript SDK is updated as well.