Commit 3c752cf 1 parent 32262dc commit 3c752cf Copy full SHA for 3c752cf
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
5
5
6
6
## next
7
7
8
+ ## [ 0.0.7] - 03 Mar-2025
9
+
10
+ ### Added
11
+ - added support for Python 3.13
12
+
13
+ ### Fixed
14
+ - disable ssl.VERIFY_X509_STRICT validation since our certs are X509 compliant and RFC5280 is not needed.
15
+
8
16
## [ 0.0.6] - 20 June-2024
9
17
10
18
### Added
@@ -14,4 +22,5 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
14
22
- treat all HTTP statuses less than 400 as success instead of only HTTP statuses 200 and 404 codes
15
23
- OpenSSL libraries names are different on Windows which cause linking to fail; update to select the correct library name.
16
24
25
+ [ 0.0.7 ] : https://github.com/symbol/product/releases/tag/lightapi%2Fpython%2Fv0.0.6...lightapi%2Fpython%2Fv0.0.7
17
26
[ 0.0.6 ] : https://github.com/symbol/product/releases/tag/lightapi%2Fpython%2Fv0.0.6
Original file line number Diff line number Diff line change 1
1
aiohttp ~= 3.11.2
2
- symbol-sdk-python ~= 3.2.0
2
+ symbol-sdk-python ~= 3.2.3
3
3
zenlog ~= 1.1
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = symbol-lightapi
3
- version = 0.0.6
3
+ version = 0.0.7
4
4
author = Symbol Contributors
5
5
6
6
description = Symbol Light API
@@ -18,4 +18,4 @@ url = https://github.com/symbol/product/tree/main/python/lightapi
18
18
zip_safe = False
19
19
include_package_data = True
20
20
packages = find:
21
- python_requires = >=3.9
21
+ python_requires = >=3.9.2
You can’t perform that action at this time.
0 commit comments