Skip to content

Commit d9b9773

Browse files
feat: Add support for backward compatibility to Python v3.6.2 (closed #12)
1 parent e442580 commit d9b9773

5 files changed

Lines changed: 58 additions & 34 deletions

File tree

poetry.lock

Lines changed: 47 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-crypto-python-sdk"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries."
55
authors = ["TencentBlueKing <contactus_bk@tencent.com>"]
66
readme = "readme.md"
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.6.12,<3.11"
12+
python = ">=3.6.2,<3.11"
1313
tongsuopy-crayon = "^1.0.2b5"
1414
pycryptodomex = "^3.18.0"
1515
dacite = "^1.8.1"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
![Python](https://badgen.net/badge/python/%3E=3.6.12,%3C3.11/green?icon=github)
5+
![Python](https://badgen.net/badge/python/%3E=3.6.2,%3C3.11/green?icon=github)
66
![Django](https://badgen.net/badge/django/%3E=3.1.5,%3C=4.2.1/yellow?icon=github)
77
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.txt)
88

readme_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
![Python](https://badgen.net/badge/python/%3E=3.6.12,%3C3.11/green?icon=github)
5+
![Python](https://badgen.net/badge/python/%3E=3.6.2,%3C3.11/green?icon=github)
66
![Django](https://badgen.net/badge/django/%3E=3.1.5,%3C=4.2.1/yellow?icon=github)
77
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.txt)
88

release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@
1717

1818
* [ Improved ] The Django CipherManager.cipher "using" parameter provides "default" as the default
1919
value ([#10](https://github.com/TencentBlueKing/crypto-python-sdk/issues/10))
20+
21+
22+
## 1.0.2 - 2023-07-11
23+
24+
### Feature
25+
26+
* [ Feature ] Add support for backward compatibility to Python v3.6.2 ([#12](https://github.com/TencentBlueKing/crypto-python-sdk/issues/12))

0 commit comments

Comments
 (0)