diff --git a/llama-index-integrations/readers/llama-index-readers-confluence/pyproject.toml b/llama-index-integrations/readers/llama-index-readers-confluence/pyproject.toml index c30e9cc9ac..f6890da622 100644 --- a/llama-index-integrations/readers/llama-index-readers-confluence/pyproject.toml +++ b/llama-index-integrations/readers/llama-index-readers-confluence/pyproject.toml @@ -26,7 +26,7 @@ dev = [ [project] name = "llama-index-readers-confluence" -version = "0.4.4" +version = "0.5.0" description = "llama-index readers confluence integration" authors = [{name = "Your Name", email = "you@example.com"}] requires-python = ">=3.9,<4.0" @@ -41,7 +41,7 @@ dependencies = [ "pillow>=10.2.0,<11", "docx2txt>=0.8,<0.9", "xlrd>=2.0.1,<3", - "svglib>=1.5.1,<2", + "svglib>=1.5,<1.6", "retrying>=1.3.4,<2", "llama-index-core>=0.13.0,<0.15", ]