Skip to content

Commit

Permalink
Update cloudpickle reqs for SDK-only install
Browse files Browse the repository at this point in the history
The full install already allows >=2.0.0.
  • Loading branch information
cjao committed Jan 3, 2024
1 parent 9cd8c5b commit d53f2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Operations

- Allow `cloudpickle` >= 3.0.0
- Allow `cloudpickle` >= 3.0.0 in SDK-only installs
- Remove `boto3` dependency from `tests/requirements.txt`

## [0.232.0-rc.0] - 2023-12-01
Expand Down
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiofiles>=0.8.0
aiohttp>=3.8.1
cloudpickle>=2.0.0,<3
cloudpickle>=2.0.0
dask[distributed]>=2022.6.0
filelock>=3.12.2
furl>=2.1.3
Expand Down

0 comments on commit d53f2d3

Please sign in to comment.