Conversation
…m-property writes (#34)
This reverts commit c17abc9. The public client flow only works where /v1/public-api-applications/config is reachable (develop, beta). On rc, demo and production it returns 401, and since the commit also stopped sending client_secret the token exchange fails with 500, leaving no working auth path. main already reverted the same commit in fb9966e. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017waV7tkWye4BStKry3rqjU
Brings rc-V1.27 up to date with main so a PR back to main merges without conflicts. Conflicts in oauth.py, QonicApi.py and sample.py resolved in favour of rc-V1.27, keeping the V1.27 endpoint fixes and #29 (public client support and token management methods). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017waV7tkWye4BStKry3rqjU
This reverts commit 92524b1. Matches main, which reverted the identical change in #28. The token management methods target auth/tokens and auth/consents/{appId}, neither of which exists in V1.27. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017waV7tkWye4BStKry3rqjU
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.
Promotes rc-V1.27 to main.
GET /v1/files/upload-urland now returnsitems[]withuploadUrl+key;POST /modelstakesuploadKeyinstead ofuploadUrlexport-ifcandquantitiesresult endpoints return{"downloadUrl"}with 200 instead of a 302, so reading theLocationheader always raised