Skip to content

Commit

Permalink
pathway: pin boto3 >= 1.26.76, < 1.36.0 (#8046)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9b9bcb3245968b42f364d3375fb02029dd9a940a
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Jan 20, 2025
1 parent abd3bbe commit f4ed4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/s3/test_s3_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def stream_data():
t.join()


@pytest.mark.parametrize("storage_type", ["s3"])
@pytest.mark.parametrize("storage_type", ["s3", "minio"])
def test_object_deleted(tmp_path, s3_path, storage_type):
input_path_1 = f"{s3_path}/input_1.txt"
input_path_2 = f"{s3_path}/input_2.txt"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"rich >= 12.6.0",
"diskcache >= 5.2.1",
"exceptiongroup >= 1.1.3; python_version < '3.11'",
"boto3 >= 1.26.76",
"boto3 >= 1.26.76, < 1.36.0",
"google-api-python-client >= 2.108.0",
"typing_extensions >= 4.8.0",
"panel >= 1.3.1",
Expand Down

0 comments on commit f4ed4af

Please sign in to comment.