Skip to content

Commit

Permalink
fix: bytewax image pull secrets
Browse files Browse the repository at this point in the history
Signed-off-by: adamschmidt <aschmidt1978@gmail.com>
  • Loading branch information
adamschmidt committed Mar 21, 2023
1 parent ca6041b commit 304c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

AWS_REQUIRED = ["boto3>=1.17.0,<=1.20.23", "docker>=5.0.2", "s3fs>=0.4.0,<=2022.01.0"]

BYTEWAX_REQUIRED = ["bytewax==0.13.1", "docker>=5.0.2", "kubernetes<=20.13.0"]
BYTEWAX_REQUIRED = ["bytewax==0.15.1", "docker>=5.0.2", "kubernetes<=20.13.0"]

SNOWFLAKE_REQUIRED = [
"snowflake-connector-python[pandas]>=2.7.3,<3",
Expand Down

0 comments on commit 304c0e6

Please sign in to comment.