Skip to content

Commit 00500ef

Browse files
Update dill requirement in /sdks/python
Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@dill-0.3.1.1...0.4.0) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7381121 commit 00500ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/container/base_image_requirements_manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ scikit-learn
4242
build>=1.0,<2 # tool to build sdist from setup.py in stager.
4343
# Dill 0.3.1.1 is included as a base manual requirement so is avaiable to users
4444
# with pickle_library=dill, but apache-beam does not have a hard dependency.
45-
dill>=0.3.1.1,<0.3.2
45+
dill>=0.3.1.1,<0.4.1

0 commit comments

Comments
 (0)