crypto-ws-api 2.0.11__tar.gz → 2.0.12__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,3 +1,7 @@
1
+ ## 2.0.12 - 2024-06-26
2
+ ### Update
3
+ * Dependencies
4
+
1
5
  ## 2.0.11 - 2024-04-30
2
6
  ### Update
3
7
  * Some minor improvement
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crypto-ws-api
3
- Version: 2.0.11
3
+ Version: 2.0.12
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
@@ -15,7 +15,7 @@ Requires-Dist: shortuuid~=1.0.11
15
15
  Requires-Dist: platformdirs~=3.10.0
16
16
  Requires-Dist: toml~=0.10.2
17
17
  Requires-Dist: websockets~=12.0
18
- Requires-Dist: ujson~=5.9.0
18
+ Requires-Dist: ujson~=5.10.0
19
19
  Project-URL: Source, https://github.com/DogsTailFarmer/crypto-ws-api
20
20
 
21
21
  <h1 align="center"><img align="center" src="https://user-images.githubusercontent.com/77513676/250364389-cbedc171-a930-4467-a0cd-21627a6a41ed.svg" width="75">Crypto WS API connector for ASYNC requests</h1>
@@ -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.11"
16
+ __version__ = "2.0.12"
17
17
 
18
18
  from pathlib import Path
19
19
  import shutil
@@ -21,7 +21,7 @@ dependencies = [
21
21
  "platformdirs~=3.10.0",
22
22
  "toml~=0.10.2",
23
23
  "websockets~=12.0",
24
- "ujson~=5.9.0"
24
+ "ujson~=5.10.0"
25
25
  ]
26
26
 
27
27
  [tool.flit.module]
@@ -2,4 +2,4 @@ shortuuid~=1.0.11
2
2
  platformdirs==3.11.0
3
3
  toml~=0.10.2
4
4
  websockets~=12.0
5
- ujson~=5.9.0
5
+ ujson~=5.10.0
File without changes