Skip to content

Commit ca312be

Browse files
authored
Relax fastavro version requirement in Feast (#500)
1 parent a9ff666 commit ca312be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/python/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
"pandavro==1.5.*",
3838
"protobuf>=3.10",
3939
"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",
40+
"fastavro>=0.22.11,<0.23",
4341
"kafka-python==1.*",
4442
"tabulate==0.8.*",
4543
"toml==0.10.*",

0 commit comments

Comments
 (0)