Automated Spec Update - 2026_07_21#592
Open
dropbox-sdk-updater[bot] wants to merge 1 commit into
Open
Conversation
aa7bd7a402565927065bcd39dd489808eadd69ff d461e039e9ebfb374a726b28e289f87c58315830 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> 735a331613b476c6ed0670c8746075315eb6905e c6ab6b6b4feda087241fa377e5d14a84cd3c7092 Use AWS Secrets Manager + GitHub App installation tokens instead of a classic personal access token. Scoped to dropbox-sdk-python initially. 4a5fa1405ff0b7b5b388eedbbc02a72dd7956ff4 Group all GitHub Actions updates into one PR 7e5f66814d44d53f76b30049068bfb1ca27a0799 This updates the spec dispatch workflow to use `peter-evans/repository-dispatch@v4` instead of the older v1 action. The workflow still dispatches the same `spec_update` event to the existing downstream repositories, but now explicitly disables default `GITHUB_TOKEN` permissions because remote dispatches are authenticated with `SPEC_UPDATE_TOKEN`. This also sets `fail-fast: false` for the repository matrix so one failed downstream dispatch does not cancel the remaining dispatch attempts, and adds a small `client-payload` containing the source repository, ref, and commit SHA for downstream workflows that want to inspect where the spec update came from. 66971685d041dd6ea3acabdcfcf6dc77d09cfe40 Change Notes: common Namespace - Add InternalOnly annotation files Namespace - Update ThumbnailSize union to mark w3200h2400 as @common.InternalOnly - Update ThumbnailArg struct to mark quality as @common.InternalOnly - Update ThumbnailV2Arg struct to mark quality as @common.InternalOnly riviera Namespace - Add get_metadata_async, get_metadata_async/check routes - Add GetMetadataArgs, ApiExifGpsMetadata, ApiExifMetadata, ApiMediaStream, ApiMediaMetadata, ApiPdfMetadata, ApiOfficeMetadata, GetMetadataResult, GetMetadataAsyncError structs - Add OfficeFileType, MetadataType, MetadataExtractionApiV2Error, GetMetadataAsyncCheckResult unions - Update ContentApiV2Error union to include not_found_error, is_a_folder_error - Update MarkdownConversionApiV2Error union to include not_found_error, is_a_folder_error - Update Comments sharing Namespace - Update AddFileMemberArgs struct to mark fp_sealed_result as @common.InternalOnly - Update AddFolderMemberArg struct to mark fp_sealed_result as @common.InternalOnly team Namespace - Update TeamFolderCreateError union to include folder_count_limit_exceeded team_log Namespace - Add MediaHubFileDownloadedDetails, MediaHubProjectTeamAddDetails, MediaHubProjectTeamDeleteDetails, MediaHubProjectTeamRoleChangedDetails, MediaHubSharedLinkAudienceChangedDetails, MediaHubSharedLinkCreatedDetails, MediaHubSharedLinkDownloadSettingChangedDetails, MediaHubSharedLinkRevokedDetails, MediaHubAddingPeoplePolicyChangedDetails, MediaHubDownloadPolicyChangedDetails, MediaHubLinkSharingPolicyChangedDetails, MultiTeamIdentityPolicyChangedDetails, MediaHubFileDownloadedType, MediaHubProjectTeamAddType, MediaHubProjectTeamDeleteType, MediaHubProjectTeamRoleChangedType, MediaHubSharedLinkAudienceChangedType, MediaHubSharedLinkCreatedType, MediaHubSharedLinkDownloadSettingChangedType, MediaHubSharedLinkRevokedType, MediaHubAddingPeoplePolicyChangedType, MediaHubDownloadPolicyChangedType, MediaHubLinkSharingPolicyChangedType, MultiTeamIdentityPolicyChangedType structs - Add MediaHubAddingPeoplePolicy, MediaHubDownloadPolicy, MediaHubLinkSharingPolicy, MediaHubProjectRole, MediaHubSharedLinkAudience, MediaHubSharedLinkDownloadSetting, MediaHubSharedLinkTargetType, MultiTeamIdentityPolicy unions - Update EventDetails union to include the new Media Hub and multi-team identity detail variants
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 Spec Update
aa7bd7a402565927065bcd39dd489808eadd69ff
d461e039e9ebfb374a726b28e289f87c58315830
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
735a331613b476c6ed0670c8746075315eb6905e
c6ab6b6b4feda087241fa377e5d14a84cd3c7092
Use AWS Secrets Manager + GitHub App installation tokens instead of
a classic personal access token. Scoped to dropbox-sdk-python initially.
4a5fa1405ff0b7b5b388eedbbc02a72dd7956ff4
Group all GitHub Actions updates into one PR
7e5f66814d44d53f76b30049068bfb1ca27a0799
This updates the spec dispatch workflow to use
peter-evans/repository-dispatch@v4instead of the older v1 action. The workflow still dispatches the samespec_updateevent to the existing downstream repositories, but now explicitly disables defaultGITHUB_TOKENpermissions because remote dispatches are authenticated withSPEC_UPDATE_TOKEN.This also sets
fail-fast: falsefor the repository matrix so one failed downstream dispatch does not cancel the remaining dispatch attempts, and adds a smallclient-payloadcontaining the source repository, ref, and commit SHA for downstream workflows that want to inspect where the spec update came from.66971685d041dd6ea3acabdcfcf6dc77d09cfe40
Change Notes:
common Namespace
files Namespace
riviera Namespace
sharing Namespace
team Namespace
team_log Namespace