Skip to content

Commit 09e7ba4

Browse files
fix(flink): add tenacity to flink extras in setup.py/pyproject.toml
1 parent 0c91ecd commit 09e7ba4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

metadata-ingestion/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@ fivetran = [
582582
"wcmatch<11.0.0",
583583
]
584584

585+
flink = [
586+
"requests<3.0.0",
587+
"tenacity>=8.0.1,<9.0.0",
588+
]
589+
585590
gcs = [
586591
"boto3>=1.35.0,<2.0.0",
587592
"botocore!=1.23.0,<2.0.0",

metadata-ingestion/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@
629629
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
630630
"numpy<2",
631631
},
632+
"flink": {"requests<3.0.0", "tenacity>=8.0.1,<9.0.0"},
632633
"grafana": {"requests<3.0.0", *sqlglot_lib},
633634
"glue": aws_common | cachetools_lib,
634635
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported

metadata-ingestion/uv.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)