We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6476d9 commit 623df3aCopy full SHA for 623df3a
1 file changed
setup.py
@@ -90,7 +90,7 @@ def build_extension(self, ext):
90
# avro dependencies
91
extras_require["avro"] = sorted(
92
{
93
- "fastavro==0.24.0"
+ "fastavro==1.7.3"
94
}
95
)
96
0 commit comments