Skip to content

Commit

Permalink
Merge pull request #119 from ryanlovett/k8s-31
Browse files Browse the repository at this point in the history
Pin kubernetes to <=31.
  • Loading branch information
ryanlovett authored Jan 24, 2025
2 parents 2c408be + 97f06e7 commit 6c39337
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

setuptools.setup(
name="hubploy",
version="0.4",
version="0.4.1",
url="https://github.com/berkeley-dsep-infra/hubploy",
author="Shane Knapp",
author="Yuvi Panda and Shane Knapp",
packages=setuptools.find_packages(),
install_requires=["kubernetes", "boto3"],
install_requires=[
"kubernetes<=31.0.0",
"boto3"
],
python_requires=">=3.6",
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 6c39337

Please sign in to comment.