Skip to content

Commit

Permalink
feat(ingestion/feast): loosen feast dependency (#9769)
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs authored Feb 2, 2024
1 parent b4d70dd commit eb8017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
# https://github.com/elastic/elasticsearch-py/issues/1639#issuecomment-883587433
"elasticsearch": {"elasticsearch==7.13.4"},
"feast": {
"feast~=0.35.0",
"feast>=0.34.0,<1",
"flask-openid>=1.3.0",
},
"glue": aws_common,
Expand Down

0 comments on commit eb8017d

Please sign in to comment.