RobertAMoore opened a new pull request, #67: URL: https://github.com/apache/apisix-python-plugin-runner/pull/67
PyYAML==5.4.1 does not build on Python 3.12+ This PR pins PyYAML to 6.0.3. The runner already uses yaml.load(..., Loader=yaml.FullLoader), which is compatible with PyYAML 6.x, so no code changes are required. This restores compatibility with current Python releases without changing runtime behavior -- 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]
