Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(apigw-manager/pyproject.toml): drop support for python 3.6/3.7, … #200

Merged

Conversation

wklken
Copy link
Collaborator

@wklken wklken commented Nov 27, 2024

变更:

  • python ^3.6.1 python >=3.8, < 3.13 【drop python 3.6/3.7】
  • pyjwt>=1.6.4 改成 >=2.0.0 【drop pyjwt 1.x】
  • django>=1.11.1 改成 >=3.0.14 【drop django1.x/2.x】
  • 去除 future
  • djangorestframework<=3.15.1 改成 >=3.10.3 【不再锁最高版本】

apigw-manager 不再支持 3.6/3.7, 需要升级到 3.8 及以上;

  • 如果要使用网关未来的新功能,需要升级
    • 3.8 已经 end-of-life
    • 多租户版本会切换到新接口,会要求所有蓝鲸调用方,此时可以要求所有蓝鲸调用方升级
    • 推动其他依赖方升级
  • 跟 blue-krill 新版本限制一致

@wklken wklken requested review from piglei and Han-Ya-Jun November 27, 2024 09:54
Copy link
Collaborator

@piglei piglei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wklken wklken merged commit ce78633 into TencentBlueKing:master Nov 29, 2024
16 checks passed
@wklken wklken deleted the ft_apigw_manager_drop_support_py36_py37 branch November 29, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants