SDK regeneration#799
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.42.0
kraenhansen
approved these changes
Jun 1, 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.
Automated SDK generation by Fern
Note
Medium Risk
Large auto-generated diff with removed
codetool types and agent alerting fields that can break typed client code; new revoke and sharing-related types touch credentials and permissions.Overview
Bumps the Python SDK to 2.51.0 (Fern regeneration) and wires a new
client.workspacesnamespace, includingworkspaces.api_keys.revoke(api_key_name="self") to revoke the key used for the request.Conversational AI gains list/search filters:
workflow_node_entered_idon conversation list andtopic_idson transcript message search; search hits can includechunk_highlights. Workflow/agent transfer models allow optionalagent_id,node_id, andto_nodefor in-agent or targeted-node transfers. New types includeConversationSentimentAnalysis,SystemEvaluationCriteria, andResourceAccessInfo.access_source.API surface elsewhere: dubbing create accepts
hcaptcha_token; speech-to-text markscloud_storage_urldeprecated in favor ofsource_url;CustomLlmaddsauth_connection; procedures useProcedureTypeand splitLoadProcedureToolConfiginput/output. Breaking-ish schema shifts:codeis removed from prompt/tool config unions andToolType/ filters;AgentAlertingSettingsis dropped from agent platform settings;ProcedureSettings/ProcedureCompilerModeare removed in favor of SMB params like SMS opt-in/out and calendar restore.Docs in
reference.mdand workspace share/unshare client docstrings are refreshed; User-Agent/SDK version headers match 2.51.0.Reviewed by Cursor Bugbot for commit 6ba5d5c. Bugbot is set up for automated code reviews on this repo. Configure here.