abderrahim commented on code in PR #1643: URL: https://github.com/apache/buildstream/pull/1643#discussion_r878879374
########## requirements/requirements.txt: ########## @@ -1,17 +1,15 @@ -click==8.0.3 -# -# We are experiencing crashes with grpcio >= 1.39 -grpcio==1.38.1 -Jinja2==3.0.3 +click==8.1.3 +grpcio==1.46.0 +Jinja2==3.1.2 pluginbase==1.0.1 -protobuf==3.19.4 +protobuf==3.20.1 psutil==5.9.0 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 -setuptools==59.6.0 +setuptools==44.1.1 Review Comment: This is likely due to the version of python that was used to freeze the requirements. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
