Skip to content

Commit

Permalink
fix: Adjust version to 0.6.1 and reduce k8s python client pin (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom authored Feb 23, 2023
1 parent d41305f commit b4595ed
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion eksupgrade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

__version__: str = "0.6.0"
__version__: str = "0.6.1"
38 changes: 19 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eksupgrade"
version = "0.6.0"
version = "0.6.1"
description = "The Amazon EKS cluster upgrade utility"
authors = ["EKS Upgrade Maintainers <eks-upgrade-maintainers@amazon.com>"]
readme = "README.md"
Expand Down Expand Up @@ -67,7 +67,7 @@ build = "poetry build"
[tool.poetry.dependencies]
python = "^3.8"
boto3 = "^1.26.71"
kubernetes = ">=21.0.0 <26.0.0"
kubernetes = ">=21.0.0 <25.0.0"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit b4595ed

Please sign in to comment.