File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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]
4242dynamic = [" version" ]
Original file line number Diff line number Diff line change 11requests == 2.32.3
22pinecone-client == 2.2.2
33python-dotenv == 1.0.0
4- tiktoken == 0.7 .0
4+ tiktoken == 0.9 .0
55streamlit == 1.38.0
66weaviate-client == 4.8.1
77atlassian-python-api == 3.41.3
@@ -12,5 +12,5 @@ svglib==1.5.1
1212langchain == 0.3.1
1313openai == 1.50.0
1414langchain-openai == 0.2.1 # For ChatOpenAI and OpenAIEmbeddings
15- langchain-weaviate == 0.0.3 # For WeaviateVectorStore
15+ langchain-weaviate == 0.0.4 # For WeaviateVectorStore
1616langchain-community == 0.3.1
You can’t perform that action at this time.
0 commit comments