diff --git a/CHANGELOG.md b/CHANGELOG.md index 053795f92..afd38c20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Operations +- Allow `cloudpickle` >= 3.0.0 - Remove `boto3` dependency from `tests/requirements.txt` ## [0.232.0-rc.0] - 2023-12-01 diff --git a/requirements.txt b/requirements.txt index bdffc7147..886884819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp>=3.8.1 alembic>=1.8.0 boto3>=1.26.110 click>=8.1.3 -cloudpickle>=2.0.0,<3 +cloudpickle>=2.0.0 dask[distributed]>=2022.6.0 fastapi>=0.100.0 filelock>=3.12.2