Skip to content

Commit 3c752cf

Browse files
committed
[lightapi/python]: 0.0.7 version bump and changelog
1 parent 32262dc commit 3c752cf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

lightapi/python/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
55

66
## next
77

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+
816
## [0.0.6] - 20 June-2024
917

1018
### Added
@@ -14,4 +22,5 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
1422
- treat all HTTP statuses less than 400 as success instead of only HTTP statuses 200 and 404 codes
1523
- OpenSSL libraries names are different on Windows which cause linking to fail; update to select the correct library name.
1624

25+
[0.0.7]: https://github.com/symbol/product/releases/tag/lightapi%2Fpython%2Fv0.0.6...lightapi%2Fpython%2Fv0.0.7
1726
[0.0.6]: https://github.com/symbol/product/releases/tag/lightapi%2Fpython%2Fv0.0.6

lightapi/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aiohttp~=3.11.2
2-
symbol-sdk-python~=3.2.0
2+
symbol-sdk-python~=3.2.3
33
zenlog~=1.1

lightapi/python/setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = symbol-lightapi
3-
version = 0.0.6
3+
version = 0.0.7
44
author = Symbol Contributors
55
author_email = [email protected]
66
description = Symbol Light API
@@ -18,4 +18,4 @@ url = https://github.com/symbol/product/tree/main/python/lightapi
1818
zip_safe = False
1919
include_package_data = True
2020
packages = find:
21-
python_requires = >=3.9
21+
python_requires = >=3.9.2

0 commit comments

Comments
 (0)