Skip to content

Commit

Permalink
Allow for cloudpickle>=3.0.0 (#1873)
Browse files Browse the repository at this point in the history
* [Not for merge] Testing behavior of `cloudpickle` 3.0.0

* Update CHANGELOG.md
  • Loading branch information
Andrew-S-Rosen authored Dec 7, 2023
1 parent 04efb9d commit c78a1d8
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c78a1d8

Please sign in to comment.