Describe the bug
Currently, tblib version is 1.7.0, and this version of package does not support Python 3.10.
Given sagemaker already supports python 3.8, 3.9 and 3.10. however, tblib officially started to support python 3.10 since 2.0.0.
So, I think it is better to change it to 2.0.0, and otherwise, our cases (maybe others will see similar) will throw package version conflicts
Expected behavior
I think sagemaker should upgrade version for tblib, otherwise, it might cause version conflicts problems in some cases for users. One example is mwaa package constraints which means users of MWAA cannot install this sagemaker python sdk for 2.6.3 MWAA
Describe the bug
Currently,
tblibversion is 1.7.0, and this version of package does not support Python 3.10.Given sagemaker already supports python 3.8, 3.9 and 3.10. however, tblib officially started to support python 3.10 since 2.0.0.
So, I think it is better to change it to 2.0.0, and otherwise, our cases (maybe others will see similar) will throw package version conflicts
Expected behavior
I think sagemaker should upgrade version for
tblib, otherwise, it might cause version conflicts problems in some cases for users. One example is mwaa package constraints which means users of MWAA cannot install this sagemaker python sdk for 2.6.3 MWAA