mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 17:34:18 +00:00
chore(ingest/feast): drop redundant typeguard constraint (#9770)
This commit is contained in:
parent
815176913c
commit
b4d70dd13f
@ -311,8 +311,6 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
"feast": {
|
"feast": {
|
||||||
"feast~=0.35.0",
|
"feast~=0.35.0",
|
||||||
"flask-openid>=1.3.0",
|
"flask-openid>=1.3.0",
|
||||||
# typeguard 3.x, released on 2023-03-14, seems to cause issues with Feast.
|
|
||||||
"typeguard<3",
|
|
||||||
},
|
},
|
||||||
"glue": aws_common,
|
"glue": aws_common,
|
||||||
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
|
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user