Skip to content

Commit 5926a46

Browse files
authored
Merge pull request #358 from michaelhly/solders-0.17
Use solders 0.17
2 parents 15a8798 + 2898f8f commit 5926a46

File tree

3 files changed

+35
-24
lines changed

3 files changed

+35
-24
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.30.1] - 2023-05-14
4+
5+
### Changed
6+
7+
- Use latest Solders [(#359)](https://github.com/michaelhly/solana-py/pull/359)
8+
- Relax websockets to allow 11.x [(#355)](https://github.com/michaelhly/solana-py/pull/355)
9+
10+
### Changed
11+
12+
Use latest Solders [(#352)](https://github.com/michaelhly/solana-py/pull/352)
13+
314
## [0.30.0] - 2023-05-05
415

516
### Changed

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ typing-extensions = ">=4.2.0"
3232
cachetools = "^4.2.2"
3333
types-cachetools = "^4.2.4"
3434
websockets = ">=9.0,<12.0"
35-
solders = "^0.15.0"
35+
solders = "^0.17.0"
3636

3737
[tool.poetry.dev-dependencies]
3838
black = "^22.3"

0 commit comments

Comments
 (0)