fix: adding atlassian-python-api to support confluence components (#4430)
adding atlassian-python-api to support confluence components
This commit is contained in:
parent
3a1c0301cd
commit
1434786cf6
2 changed files with 22 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
20
uv.lock
generated
20
uv.lock
generated
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue