BewareMyPower commented on code in PR #110:
URL:
https://github.com/apache/pulsar-client-python/pull/110#discussion_r1172054223
##########
setup.py:
##########
@@ -90,7 +90,7 @@ def build_extension(self, ext):
# avro dependencies
extras_require["avro"] = sorted(
{
- "fastavro==0.24.0"
+ "fastavro==1.7.3"
Review Comment:
If we let `pip` resolve the latest, maybe the support for some older Python
versions might be dropped unexpectedly.
I think we should add extra workflows to verify the compatibility for the
lowest version and highest version that we supported.
--
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]