Skip to content

Commit e4f8ea1

Browse files
authored
Install atlassian-python-api==3.27.0 from PyPI (#225)
This version includes the patches we submitted to this library.
1 parent 3c2c5dd commit e4f8ea1

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

poetry.lock

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fastapi = "^0.79.0"
1111
pydantic = {version = "^1.9.2", extras = ["dotenv", "email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.18.2"}
1313
python-bugzilla = "^3.2.0"
14-
atlassian-python-api = { git = "https://github.com/atlassian-api/atlassian-python-api.git", rev = "4e8698863e4d2" }
14+
atlassian-python-api = "^3.27.0"
1515
dockerflow = "2022.7.0"
1616
Jinja2 = "^3.1.2"
1717
pydantic-yaml = {extras = ["pyyaml","ruamel"], version = "^0.8.0"}

0 commit comments

Comments
 (0)