Skip to content

chore(deps): update solana requirement from >=0.40.0 to >=0.40.3 - #47

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/solana-gte-0.40.3
Open

chore(deps): update solana requirement from >=0.40.0 to >=0.40.3#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/solana-gte-0.40.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on solana to permit the latest version.

Changelog

Sourced from solana's changelog.

[0.40.3] - 2026-08-26

Changed

  • Websocket *_unsubscribe() helpers now also accept the request ID returned by the matching *_subscribe() helper, translating it to the server-assigned subscription ID once the subscription confirmation has been received. Server-assigned IDs are still resolved first, so passing recv()[0].result keeps working unchanged [(#701)](michaelhly/solana-py#701).

[0.40.2] - 2026-08-16

Changed

  • BREAKING: Rename the mainnet-beta cluster to mainnet. Cluster is now Literal["devnet", "testnet", "mainnet"] and cluster_api_url returns https://api.mainnet.solana.com/, so cluster_api_url("mainnet-beta") no longer type-checks — use cluster_api_url("mainnet") instead [(#699)](michaelhly/solana-py#699).

Docs

Dependencies

[0.40.1] - 2026-07-16

Fixed

  • Serialize JSON-RPC requests with by_alias=True by default, so field aliases are used on the wire even when model_dump_json is called without arguments [(#693)](michaelhly/solana-py#693).

Removed

  • Remove dead GetStakeActivation handling from solana.rpc.core — the API was removed in solders 0.28.0 [(#688)](michaelhly/solana-py#688).

Docs

Dependencies

[0.40.0] - 2026-06-27

Added

  • Add AsyncClient.send_rpc_request(...) for custom JSON-RPC methods backed by Pydantic request serializers, result models, and an optional custom JSON-RPC error parser hook.
  • Add transaction_details, rewards, and commitment parameters to AsyncClient.get_block [(#684)](michaelhly/solana-py#684).

... (truncated)

Commits

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 [solana](https://github.com/michaelhly/solana-py) to permit the latest version.
- [Release notes](https://github.com/michaelhly/solana-py/releases)
- [Changelog](https://github.com/michaelhly/solana-py/blob/master/CHANGELOG.md)
- [Commits](michaelhly/solana-py@v0.40.0...v0.40.3)

---
updated-dependencies:
- dependency-name: solana
  dependency-version: 0.40.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants