Skip to content

Commit

Permalink
refactor: apigw sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 committed Dec 11, 2024
1 parent 1d24c28 commit db2eef1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 32 deletions.
37 changes: 10 additions & 27 deletions src/bk-login/poetry.lock

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

2 changes: 1 addition & 1 deletion src/bk-login/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ opentelemetry-instrumentation-celery = "0.46b0"
opentelemetry-instrumentation-logging = "0.46b0"
bk-notice-sdk = "1.3.2"
pyjwt = {version = "2.10.1", extras = ["cryptography"]}
apigw-manager = {version = "3.1.1", extras = ["cryptography"]}
apigw-manager = {version = "4.0.0", extras = ["cryptography"]}

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.1"
Expand Down
3 changes: 1 addition & 2 deletions src/bk-login/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--index-url https://mirrors.tencent.com/pypi/simple

annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
apigw-manager[cryptography]==3.1.1 ; python_version >= "3.11" and python_version < "3.12"
apigw-manager[cryptography]==4.0.0 ; python_version >= "3.11" and python_version < "3.12"
asgiref==3.8.1 ; python_version >= "3.11" and python_version < "3.12"
bk-crypto-python-sdk==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
bk-notice-sdk==1.3.2 ; python_version >= "3.11" and python_version < "3.12"
Expand All @@ -22,7 +22,6 @@ django-cors-headers==4.6.0 ; python_version >= "3.11" and python_version < "3.12
django-environ==0.11.2 ; python_version >= "3.11" and python_version < "3.12"
django-prometheus==2.3.1 ; python_version >= "3.11" and python_version < "3.12"
django==4.2.16 ; python_version >= "3.11" and python_version < "3.12"
future==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
gevent==24.11.1 ; python_version >= "3.11" and python_version < "3.12"
googleapis-common-protos==1.66.0 ; python_version >= "3.11" and python_version < "3.12"
greenlet==3.1.1 ; python_version >= "3.11" and python_version < "3.12" and platform_python_implementation == "CPython"
Expand Down
3 changes: 1 addition & 2 deletions src/bk-login/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--index-url https://mirrors.tencent.com/pypi/simple

annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
apigw-manager[cryptography]==3.1.1 ; python_version >= "3.11" and python_version < "3.12"
apigw-manager[cryptography]==4.0.0 ; python_version >= "3.11" and python_version < "3.12"
asgiref==3.8.1 ; python_version >= "3.11" and python_version < "3.12"
bk-crypto-python-sdk==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
bk-notice-sdk==1.3.2 ; python_version >= "3.11" and python_version < "3.12"
Expand All @@ -22,7 +22,6 @@ django-cors-headers==4.6.0 ; python_version >= "3.11" and python_version < "3.12
django-environ==0.11.2 ; python_version >= "3.11" and python_version < "3.12"
django-prometheus==2.3.1 ; python_version >= "3.11" and python_version < "3.12"
django==4.2.16 ; python_version >= "3.11" and python_version < "3.12"
future==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
gevent==24.11.1 ; python_version >= "3.11" and python_version < "3.12"
googleapis-common-protos==1.66.0 ; python_version >= "3.11" and python_version < "3.12"
greenlet==3.1.1 ; python_version >= "3.11" and python_version < "3.12" and platform_python_implementation == "CPython"
Expand Down

0 comments on commit db2eef1

Please sign in to comment.