Skip to content

Commit

Permalink
temp: remove timeout and obstore dependency
Browse files Browse the repository at this point in the history
Signed-off-by: machichima <[email protected]>
  • Loading branch information
machichima committed Jan 17, 2025
1 parent 31d8880 commit 31015e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytekit/core/data_persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31015e0

Please sign in to comment.