Skip to content

Commit d1f8c6c

Browse files
author
Connor Yablonski
committed
Update remaining dependencies
Upgrade atlassian-python-api from 3.41.3 to 3.41.19, pytesseract from 03.10 to 0.3.13, pillow from 10.4.0 to 11.1.0, reportlab from 4.05 to 4.3.1, langchain-community from 0.3.1 to 0.3.19. None of these upgrade caused any issues to app.
1 parent 4d79069 commit d1f8c6c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ dependencies = [
2828
"tiktoken==0.9.0",
2929
"streamlit==1.43.0",
3030
"weaviate-client==4.11.1",
31-
"atlassian-python-api==3.41.3",
32-
"pytesseract==0.3.10",
33-
"Pillow==10.4.0",
34-
"reportlab==4.0.5",
31+
"atlassian-python-api==3.41.19",
32+
"pytesseract==0.3.13",
33+
"pillow==11.1.0",
34+
"reportlab==4.3.1",
3535
"svglib==1.5.1",
3636
"langchain==0.3.20",
3737
"openai==1.65.4",
38-
"langchain-openai==0.3.7", # For ChatOpenAI and OpenAIEmbeddings
39-
"langchain-weaviate==0.0.4", # For WeaviateVectorStore
40-
"langchain-community==0.3.1"
38+
"langchain-openai==0.3.7",
39+
"langchain-weaviate==0.0.4",
40+
"langchain-community==0.3.19"
4141
]
4242
dynamic = ["version"]
4343

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ python-dotenv==1.0.1
44
tiktoken==0.9.0
55
streamlit==1.43.0
66
weaviate-client==4.11.1
7-
atlassian-python-api==3.41.3
8-
pytesseract==0.3.10
9-
Pillow==10.4.0
10-
reportlab==4.0.5
7+
atlassian-python-api==3.41.19
8+
pytesseract==0.3.13
9+
pillow==11.1.0
10+
reportlab==4.3.1
1111
svglib==1.5.1
1212
langchain==0.3.20
1313
openai==1.65.4
14-
langchain-openai==0.3.7 # For ChatOpenAI and OpenAIEmbeddings
15-
langchain-weaviate==0.0.4 # For WeaviateVectorStore
16-
langchain-community==0.3.1
14+
langchain-openai==0.3.7
15+
langchain-weaviate==0.0.4
16+
langchain-community==0.3.19

0 commit comments

Comments
 (0)