Skip to content

Commit

Permalink
Merge branch 'main' into use-latest-wallet-package
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Oct 31, 2023
2 parents cf848c4 + ba4360d commit e31d00b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
exclude:
labels:
- ignore-for-release-notes
categories:
- title: What's Changed
labels:
- "*"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 e31d00b

Please sign in to comment.