We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0d941 commit 0745057Copy full SHA for 0745057
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"python-dotenv==1.0.0",
28
"tiktoken==0.9.0",
29
"streamlit==1.38.0",
30
- "weaviate-client==4.8.1",
+ "weaviate-client==4.11.1",
31
"atlassian-python-api==3.41.3",
32
"pytesseract==0.3.10",
33
"Pillow==10.4.0",
requirements.txt
@@ -3,10 +3,10 @@ pinecone-client==2.2.2
3
python-dotenv==1.0.0
4
tiktoken==0.9.0
5
streamlit==1.38.0
6
-weaviate-client==4.8.1
+weaviate-client==4.11.1
7
atlassian-python-api==3.41.3
8
pytesseract==0.3.10
9
-Pillow==9.5.0
+Pillow==10.4.0
10
reportlab==4.0.5
11
svglib==1.5.1
12
langchain==0.3.1
0 commit comments