chore(python-server-wallets): bump dynamic-wallet-sdk to 0.6.2 - #75
Open
emtesenair wants to merge 1 commit into
Open
chore(python-server-wallets): bump dynamic-wallet-sdk to 0.6.2#75emtesenair wants to merge 1 commit into
emtesenair wants to merge 1 commit into
Conversation
Updates the Dynamic Python SDK pin from >=0.6.0 to >=0.6.2, the latest release on PyPI. Verified against 0.6.2: all twelve CLI entrypoints import cleanly, every symbol the example imports from the SDK still resolves, and the signatures of create_wallet_account, sign_message, sign_transaction, and both wallet client constructors are unchanged from the example's call sites.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed for project lifi with the following error: |
|
Deployment failed for project sidebar-example with the following error: |
|
Deployment failed for project circle-gateway with the following error: |
|
Deployment failed for project dynamic-aave with the following error: |
|
Deployment failed for project dynamic-morpho with the following error: |
|
Deployment failed for project blindpay with the following error: |
|
Deployment failed for project dynamic-gasless-starter with the following error: |
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.
Updates the Dynamic Python SDK pin in the
python-server-walletsexample from>=0.6.0to>=0.6.2, the latest release on PyPI.Change
examples/python-server-wallets/pyproject.toml— one line:Verification
Against a clean install of 0.6.2:
server_wallet.evm.*,server_wallet.svm.*,server_wallet.delegated.*) import cleanly.DynamicEvmWalletClient,DynamicSvmWalletClient,ThresholdSignatureScheme,ServerKeyShare,decrypt_delegated_webhook_data, and the exception types.create_wallet_account,sign_message,sign_transaction, and both wallet client constructors are unchanged and still match the example's call sites inlib/andserver_wallet/.No source changes were needed.
requires-pythonis unchanged.