Skip to content

chore(deps): update stellar-sdk requirement from >=9.0.0 to >=13.2.1 in /backend#246

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/backend/stellar-sdk-gte-13.2.1
Open

chore(deps): update stellar-sdk requirement from >=9.0.0 to >=13.2.1 in /backend#246
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/backend/stellar-sdk-gte-13.2.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updates the requirements on stellar-sdk to permit the latest version.

Release notes

Sourced from stellar-sdk's releases.

13.2.1

Update:

  • fix: get_transactions and get_ledgers with cursor raises AttributeError for missing end_ledger. (#1105)
Changelog

Sourced from stellar-sdk's changelog.

Version 13.2.1

Update:

  • fix: get_transactions and get_ledgers with cursor raises AttributeError for missing end_ledger. (#1105)

Version 13.2.0

Update:

  • feat: add SEP-45 (Stellar Web Authentication for Contract Accounts) support. Check stellar_sdk.sep.stellar_soroban_web_authentication for more details.
  • fix: remove diagnostic_events_xdr from stellar_sdk.soroban_rpc.Events, use stellar_sdk.soroban_rpc.GetTransactionResponse.diagnostic_events_xdr and stellar_sdk.soroban_rpc.Transaction.diagnostic_events_xdr instead. (#1086)
  • chore: drop support for Python 3.9.

Version 13.1.0

Released on September 25, 2025

Update:

  • feat: getEvents RPC method - expose endLedger param. (#1081)

Version 13.0.0

Released on August 15, 2025

This release adds support for Protocol 23.

This release contains the exact same content as 13.0.0-beta1. Below is the changelog since 12.3.0.

Update:

  • feat: add liquidity pool and claimable balance support to StrKey. (#1060)
  • feat: add med25519 public keys to StrKey. (#1061)
  • feat: add muxed account, liquidity pool and claimable balance support to Address. (#1062)
  • feat: implement message signing and verification according to SEP-53, check Keypair.sign_message and Keypair.verify_message for more details. (#1067)
  • feat: add a poll_transaction function to Soroban RPC client. (#1038)
  • refactor: use tomllib instead of toml library in Python 3.11 and above. (#1047)
  • refactor: optimize the user experience of call_builder.stream. (#1050)
  • fix: add error handling for incomplete federation responses. (#1051)
  • feat: add support for non-root authorization in SorobanServer[Async].simulate_transaction. (#1069)
  • feat: update transaction meta handling to support v4 in protocol 23. (#1074)
  • fix: correct comparison for Uint32 in xdr.AuthenticatedMessage. (#1076)

Breaking changes

  • chore!: upgrade generated XDR definitions to Protocol 23. (#1057)
  • chore!: drop support for Python 3.8. (#1065)
  • refactor!: rename read_bytes to disk_read_bytes in SorobanDataBuilder and related methods. (#1058)
    • In SorobanDataBuilder, all occurrences of read_bytes have been replaced with disk_read_bytes. This includes method names, variable names, etc.
    • TransactionBuilder.append_payment_to_contract_op now uses disk_read_bytes instead of read_bytes in its function signature.
    • TransactionBuilder.append_restore_asset_balance_entry_op now uses disk_read_bytes instead of read_bytes in its function signature.
  • refactor!: StrKey.decode_muxed_account and StrKey.encode_muxed_account have been marked as deprecated, please use stellar_sdk.MuxedAccount instead. They will be removed in the next major release. (#1061)
  • refactor!: when an invalid account ID is passed into the MuxedAccount.from_account, it raises a ValueError now. (#1063)
  • feat!: adapt to the changes in the Stellar Soroban RPC v23 getEvents interface. (#1070)

... (truncated)

Commits
  • 445865f release: 13.2.1 (#1108)
  • d8da064 fix: get_transactions and get_ledgers with cursor raises AttributeError...
  • cdfd411 release: 13.2.0 (#1104)
  • 007aeff feat: add SEP-0045 support. (#1102)
  • 6abcd2f chore: improve issue_asset example: added detailed comments and explanations ...
  • 41403b4 fix: handle non-JSON RPC responses (#1100)
  • fb28f4d docs: improve ed25519_signed_payload example: added detailed comments and exp...
  • 929c474 docs: improve create_account_friendbot example: added detailed comments and e...
  • e99421a docs: improve create_account example: added detailed comments and explanation...
  • fba85a5 chore: new type hinting features compatible with Python 3.9 and 3.10 (#1083)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [stellar-sdk](https://github.com/StellarCN/py-stellar-base) to permit the latest version.
- [Release notes](https://github.com/StellarCN/py-stellar-base/releases)
- [Changelog](https://github.com/StellarCN/py-stellar-base/blob/main/CHANGELOG.md)
- [Commits](StellarCN/py-stellar-base@9.0.0...13.2.1)

---
updated-dependencies:
- dependency-name: stellar-sdk
  dependency-version: 13.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 24, 2026
@dependabot dependabot Bot requested a review from ChaoLing140 as a code owner April 24, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants