-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: chain 0.19.0 compatibility (#214)
* chore: compatibility with chain 0.19.0rc1 * fix: auth unit test * chore: chain v0.19.0 liquidation adjustments * chore: cleanup
- Loading branch information
1 parent
3d2f013
commit a936e4d
Showing
4 changed files
with
47 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nibiru" | ||
version = "0.18.0rc2" | ||
version = "0.19.0" | ||
description = "Python SDK for interacting with Nibiru." | ||
authors = ["Nibiru Chain <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -34,7 +34,7 @@ pre-commit = "^2.20.0" | |
shutup = "^0.2.0" | ||
websocket-client = "^1.4.1" | ||
packaging = "^21.3" | ||
nibiru-proto = {version = "0.19.0rc1", allow-prereleases = true} | ||
nibiru-proto = "==0.19.0" | ||
bip32 = "^3.3" | ||
importlib-metadata = "^5.0.0" | ||
|
||
|