Skip to content

Commit

Permalink
Bump version of atlassian-python-api (#39714)
Browse files Browse the repository at this point in the history
* Bump version of atlassian-python-api

* add provider_dependencies.json
  • Loading branch information
eladkal committed May 22, 2024
1 parent 9845e22 commit 3b1ecbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ versions:

dependencies:
- apache-airflow>=2.7.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
# in versions before 3.41.7 however depend on it
- beautifulsoup4
- atlassian-python-api>3.41.10

integrations:
- integration-name: Atlassian Jira
Expand Down
3 changes: 1 addition & 2 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@
"atlassian.jira": {
"deps": [
"apache-airflow>=2.7.0",
"atlassian-python-api>=1.14.2,!=3.41.6",
"beautifulsoup4"
"atlassian-python-api>3.41.10"
],
"devel-deps": [],
"cross-providers-deps": [],
Expand Down

0 comments on commit 3b1ecbc

Please sign in to comment.