Skip to content

Commit

Permalink
Relax dependency version requirement constraints (#35)
Browse files Browse the repository at this point in the history
* Relax dependency version requirement constraints
* Updated CHANGELOG.md

Co-authored-by: Arthur Jen <[email protected]>
  • Loading branch information
weieth and Arthur Jen authored Jun 23, 2021
1 parent 76d3af5 commit ecc2c2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

- <PR-#ISSUE> ...

## `0.0.5` - 06/23/2021

#### Fixed

- <PR-#34> Relax dependency version requirement constraints

## `0.0.4` - 04/23/2020

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion magic_admin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.0.4'
VERSION = '0.0.5'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.22.0
web3==5.4.0
requests >= 2.22.0, <3
web3 >= 4.8.1, <6

0 comments on commit ecc2c2e

Please sign in to comment.