Skip to content

chore(deps-dev): update solana requirement from <0.40,>=0.36.0 to >=0.36.0,<0.41 - #50

Merged
gitctrlx merged 1 commit into
mainfrom
dependabot/pip/solana-gte-0.36.0-and-lt-0.41
Sep 9, 2026
Merged

chore(deps-dev): update solana requirement from <0.40,>=0.36.0 to >=0.36.0,<0.41#50
gitctrlx merged 1 commit into
mainfrom
dependabot/pip/solana-gte-0.36.0-and-lt-0.41

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 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.36.0...v0.40.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 9, 2026
@gitctrlx
gitctrlx merged commit 4073eae into main Sep 9, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/solana-gte-0.36.0-and-lt-0.41 branch September 9, 2026 06:34
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.

1 participant