Skip to content

Commit

Permalink
2.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Sep 14, 2024
1 parent 5177b35 commit c1a3c54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.20 2024-09-14
### Fix
* Downgraded `betterproto` to `2.0.0b6`

## 2.1.19 2024-09-13
### Fix
* `pyproject.toml`
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.19"
__version__ = "2.1.20"

from pathlib import Path
import shutil
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"websockets==13.0.1",
"expiringdict~=1.2.2",
"ujson~=5.10.0",
"betterproto==2.0.0b7",
"betterproto==2.0.0b6",
"grpclib~=0.4.7"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ aiohttp~=3.10.5
websockets==13.0.1
expiringdict~=1.2.2
ujson~=5.10.0
betterproto==2.0.0b7
betterproto==2.0.0b6
grpclib~=0.4.7

0 comments on commit c1a3c54

Please sign in to comment.