Skip to content

Commit a4d2b14

Browse files
authored
chore: bump paas-auth to 3.2.1 (#269)
1 parent 9b9dc17 commit a4d2b14

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

sdks/bkpaas-auth/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 版本历史
22

3+
## 3.2.1
4+
5+
- 使用 json 替换 pickle 来完成用户数据的序列化/反序列化
6+
37
## 3.2.0
48

59
- 增加对 Django 5.x 版本的支持,并移除对 Python 3.9 版本的支持

sdks/bkpaas-auth/bkpaas_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "3.1.3"
2+
__version__ = "3.2.1"
33

44

55
def get_user_by_user_id(user_id: str, username_only: bool = True):

sdks/bkpaas-auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
55
# PEP 621 project metadata
66
# See https://www.python.org/dev/peps/pep-0621/
77
name = "bkpaas-auth"
8-
version = "3.2.0"
8+
version = "3.2.1"
99
description = "User authentication django app for blueking internal projects"
1010
readme = "README.md"
1111
authors = [{ name = "blueking", email = "blueking@tencent.com" }]

0 commit comments

Comments
 (0)