Skip to content

Commit

Permalink
Fix keccak caching issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Mar 20, 2024
1 parent 030c30c commit 87d2353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ psycogreen==1.0.2
psycopg2==2.9.9
redis==5.0.3
requests==2.31.0
safe-eth-py[django]==6.0.0b21
safe-eth-py[django]==6.0.0b22
web3==6.15.1
2 changes: 1 addition & 1 deletion safe_transaction_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.36.0"
__version__ = "4.36.1"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down

0 comments on commit 87d2353

Please sign in to comment.