Skip to content

Commit

Permalink
feat: Add support for backward compatibility to Python v3.6.2 (closed #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Jul 11, 2023
1 parent e442580 commit d9b9773
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 34 deletions.
77 changes: 47 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bk-crypto-python-sdk"
version = "1.0.1"
version = "1.0.2"
description = "bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries."
authors = ["TencentBlueKing <[email protected]>"]
readme = "readme.md"
Expand All @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.6.12,<3.11"
python = ">=3.6.2,<3.11"
tongsuopy-crayon = "^1.0.2b5"
pycryptodomex = "^3.18.0"
dacite = "^1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

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

Expand Down
2 changes: 1 addition & 1 deletion readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

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

Expand Down
7 changes: 7 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@

* [ Improved ] The Django CipherManager.cipher "using" parameter provides "default" as the default
value ([#10](https://github.com/TencentBlueKing/crypto-python-sdk/issues/10))


## 1.0.2 - 2023-07-11

### Feature

* [ Feature ] Add support for backward compatibility to Python v3.6.2 ([#12](https://github.com/TencentBlueKing/crypto-python-sdk/issues/12))

0 comments on commit d9b9773

Please sign in to comment.