Skip to content

Commit 4a91153

Browse files
committed
Update dependencies and change ci
1 parent 38e0258 commit 4a91153

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.8.0
10+
rev: v0.9.9
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"requests==2.32.3",
2626
"pinecone-client==2.2.2",
2727
"python-dotenv==1.0.0",
28-
"tiktoken==0.7.0",
28+
"tiktoken==0.9.0",
2929
"streamlit==1.38.0",
3030
"weaviate-client==4.8.1",
3131
"atlassian-python-api==3.41.3",
@@ -36,7 +36,7 @@ dependencies = [
3636
"langchain==0.3.1",
3737
"openai==1.50.0",
3838
"langchain-openai==0.2.1", # For ChatOpenAI and OpenAIEmbeddings
39-
"langchain-weaviate==0.0.3", # For WeaviateVectorStore
39+
"langchain-weaviate==0.0.4", # For WeaviateVectorStore
4040
"langchain-community==0.3.1"
4141
]
4242
dynamic = ["version"]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests==2.32.3
22
pinecone-client==2.2.2
33
python-dotenv==1.0.0
4-
tiktoken==0.7.0
4+
tiktoken==0.9.0
55
streamlit==1.38.0
66
weaviate-client==4.8.1
77
atlassian-python-api==3.41.3
@@ -12,5 +12,5 @@ svglib==1.5.1
1212
langchain==0.3.1
1313
openai==1.50.0
1414
langchain-openai==0.2.1 # For ChatOpenAI and OpenAIEmbeddings
15-
langchain-weaviate==0.0.3 # For WeaviateVectorStore
15+
langchain-weaviate==0.0.4 # For WeaviateVectorStore
1616
langchain-community==0.3.1

0 commit comments

Comments
 (0)