Skip to content

Commit

Permalink
Use lax atlassian-python-api limitation (#36841)
Browse files Browse the repository at this point in the history
(cherry picked from commit c76d6e5)
  • Loading branch information
Taragolis authored and ephraimbuddy committed Feb 22, 2024
1 parent c006bda commit 2cb3bf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ versions:
dependencies:
- apache-airflow>=2.6.0
# Changes in `3.41.6` introduce incorrect import of `beautifulsoup4`
- atlassian-python-api>=1.14.2,<3.41.6
# `beautifulsoup4` not listed in `atlassian-python-api` install requirements however depend on it
- atlassian-python-api>=1.14.2,!=3.41.6
# `beautifulsoup4` not listed in `atlassian-python-api` install requirements
# in versions before 3.41.7 however depend on it
- beautifulsoup4

integrations:
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
"atlassian.jira": {
"deps": [
"apache-airflow>=2.6.0",
"atlassian-python-api>=1.14.2,<3.41.6",
"atlassian-python-api>=1.14.2,!=3.41.6",
"beautifulsoup4"
],
"devel-deps": [],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ asana = [
"asana>=0.10,<4.0.0",
]
atlassian-jira = [
"atlassian-python-api>=1.14.2,<3.41.6",
"atlassian-python-api>=1.14.2,!=3.41.6",
"beautifulsoup4",
]
celery = [
Expand Down

0 comments on commit 2cb3bf0

Please sign in to comment.