FlorianHockmann opened a new pull request #1448: URL: https://github.com/apache/tinkerpop/pull/1448
The Python build is currently broken which is apparently caused by this peer dependency in version 21. Pinning it to 20.9 seems to fix the build. We can remove this pinning later when the problem is gone (so the builds goes through without this pinning) or when we drop 3.4-dev as the problem seems to be limited to that branch (probably Python 2). I think we get this dependency through our dependency on `importlib-metadata` which is why I added the dependency before that package. This could have been a CTR commit but I wasn't sure if this is the right way to solve this. @spmallette Feel free to merge this if you agree with this change. VOTE +1 -- 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]
