diff --git a/sdks/blue-krill/pyproject.toml b/sdks/blue-krill/pyproject.toml index 833fc00..2e67df5 100644 --- a/sdks/blue-krill/pyproject.toml +++ b/sdks/blue-krill/pyproject.toml @@ -17,9 +17,9 @@ Repository = "https://github.com/TencentBlueKing/bkpaas-python-sdk/" [tool.poetry.dependencies] python = ">=3.8,<3.11" -dataclasses = { version = "^0.7", python = ">=3.6.2,<3.7" } +dataclasses = { version = ">=0.7", python = ">=3.6.2,<3.7" } cryptography = ">=3.0.0" -django-environ = "^0.8.1" +django-environ = ">=0.8.1" pyjwt = ">=1.7.1" requests = "*" six = "*" @@ -27,7 +27,7 @@ click = "*" pydantic = "*" toml = "*" python-editor = "^1.0.4" -watchdog = "^1.0.2" +watchdog = "*" curlify = "^2.2.1" bk-crypto-python-sdk = "^1.0.4"