We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7136fd7 commit e1f2bedCopy full SHA for e1f2bed
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"fastapi >= 0.111.1,<1",
26
"langchain >= 0.2.11,<1",
27
"pydantic >= 2.8.2,<3",
28
- "python_pptx >= 0.6.23,<1",
+ "python_pptx >= 0.6.23,< 2",
29
"PyYAML >= 6.0.1,<7",
30
"httpx >= 0.27.0",
31
"pdfminer.six == 20240706",
@@ -42,13 +42,13 @@ tests = [
42
"pytest-asyncio >= 0.23.8,<1",
43
]
44
doc = [
45
- "ansys-sphinx-theme==1.0.3",
46
- "numpydoc==1.7.0",
+ "ansys-sphinx-theme==1.0.4",
+ "numpydoc==1.8.0",
47
"sphinx==8.0.2",
48
"sphinx-autoapi==3.2.1",
49
"sphinx-copybutton==0.5.2",
50
"sphinx_design==0.6.1",
51
- "sphinx-gallery==0.17.0",
+ "sphinx-gallery==0.17.1",
52
"sphinx-jinja==2.0.2",
53
54
0 commit comments