Skip to content

Commit

Permalink
Merge pull request #358 from michaelhly/solders-0.17
Browse files Browse the repository at this point in the history
Use solders 0.17
  • Loading branch information
kevinheavey committed May 14, 2023
2 parents 15a8798 + 2898f8f commit 5926a46
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.30.1] - 2023-05-14

### Changed

- Use latest Solders [(#359)](https://github.com/michaelhly/solana-py/pull/359)
- Relax websockets to allow 11.x [(#355)](https://github.com/michaelhly/solana-py/pull/355)

### Changed

Use latest Solders [(#352)](https://github.com/michaelhly/solana-py/pull/352)

## [0.30.0] - 2023-05-05

### Changed
Expand Down
46 changes: 23 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typing-extensions = ">=4.2.0"
cachetools = "^4.2.2"
types-cachetools = "^4.2.4"
websockets = ">=9.0,<12.0"
solders = "^0.15.0"
solders = "^0.17.0"

[tool.poetry.dev-dependencies]
black = "^22.3"
Expand Down

0 comments on commit 5926a46

Please sign in to comment.