Skip to content

Commit

Permalink
Loosen the version constraints of some deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
piglei committed Apr 10, 2024
1 parent a96a8e7 commit 0a94612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdks/blue-krill/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ 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 = "*"
click = "*"
pydantic = "*"
toml = "*"
python-editor = "^1.0.4"
watchdog = "^1.0.2"
watchdog = "*"
curlify = "^2.2.1"
bk-crypto-python-sdk = "^1.0.4"

Expand Down

0 comments on commit 0a94612

Please sign in to comment.