Skip to content

Commit d8da227

Browse files
3.0.15
1 parent 70960dc commit d8da227

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.15- 2024-09-14
2+
### Update
3+
* Up requirements for exchanges-wrapper==2.1.20
4+
* Add `betterproto` to requirements
5+
16
## 3.0.14- 2024-09-13
27
### Fix
38
* `pyproject.toml`

martin_binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__author__ = "Jerry Fedorenko"
77
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
88
__license__ = "MIT"
9-
__version__ = "3.0.14"
9+
__version__ = "3.0.15"
1010
__maintainer__ = "Jerry Fedorenko"
1111
__contact__ = "https://github.com/DogsTailFarmer"
1212

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dynamic = ["version", "description"]
1717
requires-python = ">=3.9"
1818

1919
dependencies = [
20-
"exchanges-wrapper==2.1.19",
20+
"exchanges-wrapper==2.1.20",
2121
"jsonpickle==3.3.0",
2222
"psutil==6.0.0",
2323
"requests==2.32.3",
@@ -39,7 +39,8 @@ dependencies = [
3939
"numpy~=2.1.1",
4040
"scipy==1.14.1",
4141
"toml~=0.10.2",
42-
"schedule~=1.2.2"
42+
"schedule~=1.2.2",
43+
"betterproto==2.0.0b6"
4344
]
4445

4546
[tool.flit.module]

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exchanges-wrapper==2.1.19
1+
exchanges-wrapper==2.1.20
22
jsonpickle==3.3.0
33
psutil==6.0.0
44
requests==2.32.3
@@ -21,3 +21,4 @@ numpy~=2.1.1
2121
scipy==1.14.1
2222
toml~=0.10.2
2323
schedule~=1.2.2
24+
betterproto==2.0.0b6

0 commit comments

Comments
 (0)