Artur Dobrogowski
01/16/2024, 4:24 PMboto3 (AWS python API) (including botocore and aibotocore ) and s3fs that kedro-datasets rely upon? Is there another version of kedro-dataset that replaces s3fs with aibotocore to fix this conflict?Merel
01/16/2024, 4:26 PMs3fs, because we were on a super outdated version (https://github.com/kedro-org/kedro-plugins/pull/463).Artur Dobrogowski
01/16/2024, 4:33 PMAnd because kedro-datasets (2.0.0) depends on s3fs (>=2021.4,<2024.1)
and no versions of kedro-datasets match >2.0.0,<3.0.0, boto3 (>=1.34.19,<2.0.0) is incompatible with kedro-datasets (>=2.0.0,<3.0.0).
I think this sums this up well:
https://stackoverflow.com/questions/75743038/resolving-dependencies-fails-on-boto3-and-s3fs-using-poetryArtur Dobrogowski
01/16/2024, 4:33 PMArtur Dobrogowski
01/16/2024, 4:35 PMMerel
01/16/2024, 4:37 PM