Skip to content

Commit

Permalink
2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Sep 13, 2024
1 parent c80b9aa commit 68138e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.18 2024-09-13
### Fix
* Dependency conflict

## 2.1.17 2024-09-13
### Update
* Dependency: Up requirements for crypto-ws-api==2.0.13
Expand Down
2 changes: 1 addition & 1 deletion exchanges_wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__contact__ = "https://github.com/DogsTailFarmer"
__email__ = "[email protected]"
__credits__ = ["https://github.com/DanyaSWorlD"]
__version__ = "2.1.17"
__version__ = "2.1.18"

from pathlib import Path
import shutil
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
crypto-ws-api==2.0.13
pyotp==2.9.0
simplejson==3.19.3
toml~=0.10.2
toml
aiohttp~=3.10.5
websockets==13.0.1
websockets
expiringdict~=1.2.2
ujson~=5.10.0
ujson
betterproto==2.0.0b7
grpclib~=0.4.7

0 comments on commit 68138e1

Please sign in to comment.