BewareMyPower commented on code in PR #250: URL: https://github.com/apache/pulsar-client-node/pull/250#discussion_r1033075032
########## dependencies.yaml: ########## @@ -24,5 +24,5 @@ protobuf: 3.20.0 zlib: 1.2.13 zstd: 1.5.2 snappy: 1.1.9 -openssl: 1.1.1q +openssl: 1.1.1s Review Comment: There is also a bug when building Python 3.7 from source, adding a patch is a common used solution, e.g. https://github.com/apache/pulsar-client-python/blob/c5c177af647997d1182f3d4a69c74824f39af38f/pkg/mac/build-dependencies.sh#L73 Though it's okay to upgrade the OpenSSL dependency, but it's not related to this PR. -- 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]
