Skip to content

Commit

Permalink
fix py-wallet version
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Oct 31, 2023
1 parent 35d459b commit 99ed259
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "8.1.2"
version = "8.1.3"
authors = [
{ name="MultiversX" },
]
Expand All @@ -18,18 +18,18 @@ classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Developers"
]
dependencies = [
"toml>=0.10.2",
"requests",
"prettytable",
"ledgercomm[hid]",
"semver",
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.11.0",
"multiversx-sdk-wallet>=0.7.0",
"multiversx-sdk-core>=0.5.0"
]

[dependencies]
toml = ">=0.10.2"
requests = "*"
prettytable = "*"
ledgercomm = { version = "*", extras = ["hid"] }
semver = "*"
requests-cache = "*"
rich = "13.3.4"
multiversx-sdk-network-providers = ">=0.11.0"
multiversx-sdk-wallet = ">=0.7.0, <0.8.0"
multiversx-sdk-core = ">=0.5.0"

[tool.hatch.build]
include = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rich==13.3.4

multiversx-sdk-core==0.6.0
multiversx-sdk-network-providers>=0.11.0
multiversx-sdk-wallet>=0.7.0
multiversx-sdk-wallet>=0.7.0, < 0.8.0

0 comments on commit 99ed259

Please sign in to comment.