crypto-ws-api 2.0.16__tar.gz → 2.0.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,8 @@
1
- ## 2.0.16 - 2025-11-27
1
+ ## 2.0.17 - 2025-02-20
2
+ ### Update
3
+ * Bump dependencies
4
+
5
+ ## 2.0.16 - 2024-12-27
2
6
  * `websockets`: bump to v14.2
3
7
 
4
8
  ## 2.0.15 - 2024-12-16
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: crypto-ws-api
3
- Version: 2.0.16
3
+ Version: 2.0.17
4
4
  Summary: Crypto WS API connector for ASYNC requests
5
5
  Author-email: Jerry Fedorenko <jerry.fedorenko@yahoo.com>
6
6
  Requires-Python: >=3.8
@@ -12,9 +12,9 @@ Classifier: Operating System :: Unix
12
12
  Classifier: Operating System :: Microsoft :: Windows
13
13
  Classifier: Operating System :: MacOS
14
14
  Requires-Dist: shortuuid~=1.0.13
15
- Requires-Dist: platformdirs==3.11.0
15
+ Requires-Dist: platformdirs==4.3.6
16
16
  Requires-Dist: toml~=0.10.2
17
- Requires-Dist: websockets==14.2
17
+ Requires-Dist: websockets==15.0
18
18
  Requires-Dist: ujson~=5.10.0
19
19
  Project-URL: Source, https://github.com/DogsTailFarmer/crypto-ws-api
20
20
 
@@ -13,7 +13,7 @@ __maintainer__ = "Jerry Fedorenko"
13
13
  __contact__ = "https://github.com/DogsTailFarmer"
14
14
  __email__ = "jerry.fedorenko@yahoo.com"
15
15
  __credits__ = ["https://github.com/DanyaSWorlD"]
16
- __version__ = "2.0.16"
16
+ __version__ = "2.0.17"
17
17
 
18
18
  from pathlib import Path
19
19
  import shutil
@@ -18,9 +18,9 @@ requires-python = ">=3.8"
18
18
 
19
19
  dependencies = [
20
20
  "shortuuid~=1.0.13",
21
- "platformdirs==3.11.0",
21
+ "platformdirs==4.3.6",
22
22
  "toml~=0.10.2",
23
- "websockets==14.2",
23
+ "websockets==15.0",
24
24
  "ujson~=5.10.0"
25
25
  ]
26
26
 
@@ -0,0 +1,5 @@
1
+ shortuuid~=1.0.13
2
+ platformdirs==4.3.6
3
+ toml~=0.10.2
4
+ websockets==15.0
5
+ ujson~=5.10.0
@@ -1,5 +0,0 @@
1
- shortuuid~=1.0.13
2
- platformdirs==3.11.0
3
- toml~=0.10.2
4
- websockets==14.2
5
- ujson~=5.10.0
File without changes