Skip to content

Commit

Permalink
Merge pull request #353 from multiversx/py-wallet-hotfix
Browse files Browse the repository at this point in the history
Fixed sdk-py-wallet version
  • Loading branch information
popenta authored Oct 31, 2023
2 parents 35d459b + ce00d1e commit ba4360d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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,6 +18,7 @@ classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Developers"
]

dependencies = [
"toml>=0.10.2",
"requests",
Expand All @@ -27,7 +28,7 @@ dependencies = [
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.11.0",
"multiversx-sdk-wallet>=0.7.0",
"multiversx-sdk-wallet>=0.7.0, <0.8.0",
"multiversx-sdk-core>=0.5.0"
]

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 ba4360d

Please sign in to comment.