We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5994b77 commit faf460cCopy full SHA for faf460c
2 files changed
pyproject.toml
@@ -51,7 +51,9 @@ gcs = [
51
]
52
git = [
53
"apache-airflow-providers-ssh>=3.0.0",
54
- "dulwich>=1.0.0",
+ # dulwich>=1.2.0 no longer includes a paramiko vendor module we need for SSH connections.
55
+ # Until we can provide our own, exclude newer versions.
56
+ "dulwich>=1.0.0,<1.2.0",
57
58
postgres = [
59
"dbt-postgres>=1.8.0,<2.0.0",
@@ -78,7 +80,7 @@ dev = [
78
80
"coverage[toml]>=7.2",
79
81
# docutils 0.21 causes an error with poetry (https://github.com/python-poetry/poetry/issues/9293)
82
"docutils!=0.21",
- "dulwich>=0.21,!=0.21.6",
83
84
"freezegun>=1.1.0",
85
"mock-gcp==0.2.0",
86
"moto>=4.0.3",
0 commit comments