Skip to content

Commit

Permalink
Update requests version: Fix for "Requests Session object does not …
Browse files Browse the repository at this point in the history
…verify requests after making first request with verify=False"
  • Loading branch information
Raj725 committed Jul 23, 2024
1 parent d124caa commit 0086b47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pebblo_cloud/langchain/rag-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langchain-community>=0.2.9 # For PebbloSafeLoader, PebbloRetrievalQA, VectorStor
langchain-google-community>=1.0.4 # For GoogleDriveLoader
langchain-openai>=0.1.7 # For OpenAI LLM and OpenAIEmbeddings
python-dotenv==1.0.0
requests==2.31.0
requests>=2.32.0
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion pebblo_safeloader/langchain/acme-corp-rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ langchain-openai>=0.1.7 # For OpenAI LLM and OpenAIEmbeddings
chromadb==0.4.7
python-dotenv==1.0.0
tiktoken
requests==2.31.0
requests>=2.32.0
Markdown==3.5
unstructured[all-docs]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ langchain-google-community>=1.0.4 # For GoogleDriveLoader
langchain-openai>=0.1.7 # For OpenAI LLM and OpenAIEmbeddings
python-dotenv==1.0.0
tiktoken
requests==2.31.0
requests>=2.32.0
Markdown==3.5
unstructured[all-docs]
google-api-python-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langchain-community>=0.2.9 # For PebbloSafeLoader, PebbloRetrievalQA, VectorStor
langchain-google-community>=1.0.4 # For GoogleDriveLoader
langchain-openai>=0.1.7 # For OpenAI LLM and OpenAIEmbeddings
python-dotenv==1.0.0
requests==2.31.0
requests>=2.32.0
Markdown==3.5
unstructured[all-docs]
google-api-python-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langchain-community>=0.2.9 # For PebbloSafeLoader, PebbloRetrievalQA, VectorStor
langchain-google-community>=1.0.4 # For GoogleDriveLoader
langchain-openai>=0.1.7 # For OpenAI LLM and OpenAIEmbeddings
python-dotenv==1.0.0
requests==2.31.0
requests>=2.32.0
Markdown==3.5
unstructured[all-docs]
google-api-python-client
Expand Down

0 comments on commit 0086b47

Please sign in to comment.