Skip to content

Commit

Permalink
fix(jira): pin jira to avoid extraneous calls when adding watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jul 29, 2024
1 parent 34d6fc9 commit 7fbaea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"django-htmx>=1.17.2",
"django-simple-menu>=2.1.3",
"markdown>=3.5.1",
"jira>=3.5.2",
"jira>=3.5.2,<3.6.0", # 3.6.0 stop accepting user id for add_watcher, see https://github.com/pycontribs/jira/issues/1855
"drf-standardized-errors>=0.12.6",
"aiohttp>=3.9.1", # Transitive dependency of slack_sdk
"nh3>=0.2.15",
Expand Down

0 comments on commit 7fbaea4

Please sign in to comment.