Skip to content

Commit

Permalink
Bumped dill dependency to v0.3.9 for Python 3.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmello committed Dec 5, 2024
1 parent f8be00a commit 98ab77d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changed
^^^^^^^

- Bumped ``dill`` dependency to version 0.3.9 for Python 3.11+.
2 changes: 1 addition & 1 deletion compute_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# pin to the latest version, as 'dill' is not at 1.0 and does not have a clear
# versioning and compatibility policy
'dill==0.3.5.1;python_version<"3.11"',
'dill==0.3.6;python_version>="3.11"',
'dill==0.3.9;python_version>="3.11"',
# typing_extensions, so we can use Protocol and other typing features on python3.7
'typing_extensions>=4.0;python_version<"3.8"',
# packaging, allowing version parsing
Expand Down

0 comments on commit 98ab77d

Please sign in to comment.