Skip to content

feat: provably sdk integration - #100

Merged
SimoneBottoni merged 5 commits into
mainfrom
feat/provably-sdk
Sep 23, 2026
Merged

SimoneBottoni merged 5 commits into
mainfrom
feat/provably-sdk

Conversation

@SimoneBottoni

Copy link
Copy Markdown
Contributor

This pr integrates the provably-sdk.

Key Changes

Breaking changes

  • 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.

@aural-psynapse

Copy link
Copy Markdown
Contributor

SOURCERYKIT_PROVABLY_APP_URL feeds both consent_page_url() and ProvablyConfig.app_url. The SDK builds {app_url}/org/{org}/query-record/{id} from it, so pointing it at a dev consent page breaks those links.

@SimoneBottoni
SimoneBottoni merged commit 3ed8c65 into main Sep 23, 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.

2 participants