diff --git a/flytekit/core/data_persistence.py b/flytekit/core/data_persistence.py index 4717a0244f..41daf5e93c 100644 --- a/flytekit/core/data_persistence.py +++ b/flytekit/core/data_persistence.py @@ -74,7 +74,7 @@ def s3store_from_env(bucket: str, retries: int, backoff: timedelta, **store_kwar "aws_allow_http": "true", # Allow HTTP connections "aws_virtual_hosted_style_request": "false", # Use path-style addressing }, - client_options={"timeout": "999999s"}, # need to put this to somewhere for user to config? + # client_options={"timeout": "999999s"}, # need to put this to somewhere for user to config? retry_config={ "max_retries": retries, "backoff": { diff --git a/pyproject.toml b/pyproject.toml index 731de3d39d..f40a680611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "marshmallow-jsonschema>=0.12.0", "mashumaro>=3.15", "msgpack>=1.1.0", - "obstore==0.3.0b10", + # "obstore>=0.3.0b10", "protobuf!=4.25.0", "pygments", "python-json-logger>=2.0.0",