We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ff666 commit ca312beCopy full SHA for ca312be
sdk/python/setup.py
@@ -37,9 +37,7 @@
37
"pandavro==1.5.*",
38
"protobuf>=3.10",
39
"PyYAML==5.1.*",
40
- # fastavro 0.22.10 and newer will throw this error for e2e batch test:
41
- # TypeError: Timestamp subtraction must have the same timezones or no timezones
42
- "fastavro==0.22.9",
+ "fastavro>=0.22.11,<0.23",
43
"kafka-python==1.*",
44
"tabulate==0.8.*",
45
"toml==0.10.*",
0 commit comments