chore(ingest/feast): drop redundant typeguard constraint (#9770)

This commit is contained in:
cburroughs 2024-02-02 17:46:54 -05:00 committed by GitHub
parent 815176913c
commit b4d70dd13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,8 +311,6 @@ plugins: Dict[str, Set[str]] = {
"feast": {
"feast~=0.35.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,
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported