Skip to content

chore: bump to v1.3.0 - #102

Merged
SimoneBottoni merged 4 commits into
mainfrom
chore/upgrade
Sep 24, 2026
Merged

SimoneBottoni merged 4 commits into
mainfrom
chore/upgrade

Conversation

@SimoneBottoni

Copy link
Copy Markdown
Contributor

Key Changes

Breaking changes

  • User API key removed in favor of OAuth tokens — authentication now uses PROVABLY_ACCESS_TOKEN (auto-refreshed via PROVABLY_REFRESH_TOKEN); the verify path uses the collection integration key. Existing users must re-run sourcerykit init. See the migration guide.
  • OAuth browser-only login — --register, --email, and --password are removed; login is browser OAuth (PKCE) only. New accounts are created on the Provably web app during login.
  • Provably API client moved to provably-sdk — sourcerykit.provably is gone; import from provably instead (e.g. from provably import ProvablyError, from provably.service import service). ProvablyError no longer subclasses SourceryKitError; catch it explicitly. sourcerykit configures the SDK on import.

@SimoneBottoni SimoneBottoni changed the title Chore/upgrade chore: bump to v1.3.0 Sep 24, 2026
@SimoneBottoni
SimoneBottoni merged commit 4e80d0d into main Sep 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant