diff --git a/pyproject.toml b/pyproject.toml index 9f4c8aa17..7a95b96db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,8 @@ dependencies = [ "opensearch-py>=2.7.1", "langchain-ollama>=0.2.0", "pymupdf~=1.24.13", - "sqlalchemy[aiosqlite,postgresql_psycopg2binary,postgresql_psycopgbinary]>=2.0.36" + "sqlalchemy[aiosqlite,postgresql_psycopg2binary,postgresql_psycopgbinary]>=2.0.36", + "atlassian-python-api>=3.41.16", ] [project.urls] diff --git a/uv.lock b/uv.lock index 2b7633079..9863a8a8e 100644 --- a/uv.lock +++ b/uv.lock @@ -319,6 +319,24 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/8a/04/15b6ca6b7842eda2748bda0a0af73f2d054e9344320f8bba01f994294bcb/asyncer-0.0.8-py3-none-any.whl", hash = "sha256:5920d48fc99c8f8f0f1576e1882f5022885589c5fcbc46ce4224ec3e53776eeb", size = 9209 }, ] +[[package]] +name = "atlassian-python-api" +version = "3.41.16" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "beautifulsoup4" }, + { name = "deprecated" }, + { name = "jmespath" }, + { name = "oauthlib" }, + { name = "requests" }, + { name = "requests-oauthlib" }, + { name = "six" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/9a/04/15839ae4b60f8f15195a75bf512ab926374832affdbd83463da8edae2b62/atlassian_python_api-3.41.16.tar.gz", hash = "sha256:dc0144ff8b8884562bb2af650586292524ad25f120cd21940df80f0d2ac64411", size = 382425 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/28/5b/73d6e52274fa35c3a08f62336945b49eedd50aa02c6929f1ed62ae5874c2/atlassian_python_api-3.41.16-py3-none-any.whl", hash = "sha256:99e5587233a96d22c45a61b19523dd98e8266c620ba2d289f23e4ea35c9cf316", size = 177883 }, +] + [[package]] name = "attrs" version = "24.2.0" @@ -3494,6 +3512,7 @@ source = { editable = "." } dependencies = [ { name = "assemblyai" }, { name = "astra-assistants", extra = ["tools"] }, + { name = "atlassian-python-api" }, { name = "beautifulsoup4" }, { name = "boto3" }, { name = "certifi" }, @@ -3635,6 +3654,7 @@ dev = [ requires-dist = [ { name = "assemblyai", specifier = ">=0.33.0" }, { name = "astra-assistants", extras = ["tools"], specifier = "~=2.2.6" }, + { name = "atlassian-python-api", specifier = ">=3.41.16" }, { name = "beautifulsoup4", specifier = ">=4.12.2" }, { name = "boto3", specifier = "~=1.34.162" }, { name = "cassio", marker = "extra == 'cassio'", specifier = ">=0.1.7" },