Skip to content

Commit

Permalink
Bumping minimum version of zenpy to 0.40 (apache#38110)
Browse files Browse the repository at this point in the history
The older versions had broken pyproject.toml and caused uv to
crash when trying --lowest-direct resolution (which we are going
to start using soon to test minimum versions of our dependencies)
  • Loading branch information
potiuk authored and howardyoo committed Mar 31, 2024
1 parent 7b4e5ad commit b807e2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/zendesk/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ versions:

dependencies:
- apache-airflow>=2.6.0
- zenpy>=2.0.24
- zenpy>=2.0.40

integrations:
- integration-name: Zendesk
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
"zendesk": {
"deps": [
"apache-airflow>=2.6.0",
"zenpy>=2.0.24"
"zenpy>=2.0.40"
],
"devel-deps": [],
"cross-providers-deps": [],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ yandex = [ # source: airflow/providers/yandex/provider.yaml
"yandexcloud>=0.228.0",
]
zendesk = [ # source: airflow/providers/zendesk/provider.yaml
"zenpy>=2.0.24",
"zenpy>=2.0.40",
]
all = [
# core extras
Expand Down

0 comments on commit b807e2f

Please sign in to comment.