Skip to content

Commit fe8c348

Browse files
2.1.49
🔄 chore(requirements): Upgrade `crypto-ws-api` to version 2.1.9 🔄 chore(requirements): Update `simplejson` to version 4.1.1 🔄 chore(requirements): Upgrade `aiohttp` to version 3.13.5 🔄 chore(pyproject): Require `flit_core` version >=3.12.0 🔄 chore(pyproject): Update Python requirement to >=3.12
1 parent c29a5b9 commit fe8c348

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.49 2026-04-28
2+
🔄 chore(requirements): Upgrade `crypto-ws-api` to version 2.1.9
3+
🔄 chore(requirements): Update `simplejson` to version 4.1.1
4+
🔄 chore(requirements): Upgrade `aiohttp` to version 3.13.5
5+
🔄 chore(pyproject): Require `flit_core` version >=3.12.0
6+
🔄 chore(pyproject): Update Python requirement to >=3.12
7+
18
## 2.1.48 2026-04-03
29
🔧 fix(exch_srv): Handle `RateLimitReached` exception in `OpenClientConnection` gracefully
310
♻️ chore(requirements): Update `crypto-ws-api` to version 2.1.8

exchanges_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__contact__ = "https://github.com/DogsTailFarmer"
1313
__email__ = "jerry.fedorenko@yahoo.com"
1414
__credits__ = ["https://github.com/DanyaSWorlD"]
15-
__version__ = "2.1.48"
15+
__version__ = "2.1.49"
1616

1717
from pathlib import Path
1818
import shutil

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.12.0,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -17,13 +17,13 @@ classifiers=["Programming Language :: Python :: 3",
1717
"Operating System :: Microsoft :: Windows",
1818
"Operating System :: MacOS"]
1919
dynamic = ["version", "description"]
20-
requires-python = ">=3.10"
20+
requires-python = ">=3.12"
2121

2222
dependencies = [
23-
"crypto-ws-api==2.1.8",
23+
"crypto-ws-api==2.1.9",
2424
"pyotp==2.9.0",
25-
"simplejson==3.20.2",
26-
"aiohttp~=3.13.4",
25+
"simplejson==4.1.1",
26+
"aiohttp==3.13.5",
2727
"expiringdict~=1.2.2",
2828
"betterproto==2.0.0b7",
2929
"grpclib~=0.4.8"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
crypto-ws-api==2.1.8
1+
crypto-ws-api==2.1.9
22
pyotp==2.9.0
3-
simplejson==3.20.2
4-
aiohttp~=3.13.4
3+
simplejson==4.1.1
4+
aiohttp==3.13.5
55
expiringdict~=1.2.2
66
betterproto==2.0.0b7
77
grpclib~=0.4.8

0 commit comments

Comments
 (0)