tisonkun commented on code in PR #110:
URL:
https://github.com/apache/pulsar-client-python/pull/110#discussion_r1171603513
##########
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:
Fixed version or at least a `^x.y.z` manner can prevent unintentional
version bump?
--
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]