Skip to content

Commit

Permalink
(paas-service 1.1.6) Update: Loosen the version restriction on sub-de…
Browse files Browse the repository at this point in the history
…p pyjwt (#161)
  • Loading branch information
SheepSheepChen authored Apr 9, 2024
1 parent 7b433e2 commit 8243ea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sdks/paas-service/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 版本历史
# 1.1.6
- Loosen the version restriction on sub-dep `pyjwt`

# 1.1.5
- 支持通过 name 查询 service instance
Expand Down
2 changes: 1 addition & 1 deletion sdks/paas-service/paas_service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
We undertake not to change the open source license (MIT license) applicable
to the current version of the project delivered to anyone in the future.
"""
__version__ = '1.1.5'
__version__ = '1.1.6'

default_app_config = 'paas_service.apps.PaaSServiceConfig'
2 changes: 1 addition & 1 deletion sdks/paas-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = true
python = ">=3.6.2,<3.11"
blue-krill = ">=1.0.15"
jsonfield = "*"
pyjwt = "^1.6.4"
pyjwt = "*"
django-translated-fields = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8243ea0

Please sign in to comment.