Skip to content

Commit

Permalink
Use lax atlassian-python-api limitation (#36841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis committed Jan 17, 2024
1 parent 3266e94 commit c76d6e5
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
Expand Up @@ -38,8 +38,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
Expand Up @@ -276,7 +276,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
Expand Up @@ -615,7 +615,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 c76d6e5

Please sign in to comment.