Skip to content

Commit

Permalink
Merge pull request #358 from multiversx/fix-requirements
Browse files Browse the repository at this point in the history
Fix sdk-core version
  • Loading branch information
popenta authored Nov 2, 2023
2 parents f0f9365 + 282a688 commit 0b39f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.4"
version = "8.1.5"
authors = [
{ name="MultiversX" },
]
Expand All @@ -29,7 +29,7 @@ dependencies = [
"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"
"multiversx-sdk-core==0.6.0"
]

[tool.hatch.build]
Expand Down

0 comments on commit 0b39f3e

Please sign in to comment.