Skip to content

Commit

Permalink
Adjust constraints of dependencies (sdk-network-providers).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu authored Nov 7, 2023
1 parent 0b39f3e commit feaab02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5"
version = "8.1.6"
authors = [
{ name="MultiversX" },
]
Expand All @@ -27,7 +27,7 @@ dependencies = [
"semver",
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.11.0",
"multiversx-sdk-network-providers>=0.11.0, <0.12.0",
"multiversx-sdk-wallet>=0.7.0, <0.8.0",
"multiversx-sdk-core==0.6.0"
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ requests-cache
rich==13.3.4

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

0 comments on commit feaab02

Please sign in to comment.