Skip to content

Commit

Permalink
Upgrade langchain (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Feb 26, 2024
1 parent 581a3b4 commit bb3637d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions code/backend/batch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ azure-functions==1.18.0
streamlit==1.30.0
openai==1.6.1
scipy==1.12.0
transformers==4.37.2
transformers==4.38.1
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand All @@ -11,14 +11,14 @@ azure-ai-contentsafety==1.0.0
requests==2.31.0
tiktoken==0.6.0
azure-storage-queue==12.9.0
langchain==0.1.8
langchain-community==0.0.21
langchain==0.1.9
langchain-community==0.0.24
beautifulsoup4==4.12.3
fake-useragent==1.4.0
chardet==5.2.0
--extra-index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/
azure-search-documents==11.4.0
opencensus-ext-azure==1.1.13
pandas==2.2.0
pandas==2.2.1
python-docx==1.1.0
azure-keyvault-secrets==4.4.*
8 changes: 4 additions & 4 deletions code/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ azure-functions==1.18.0
streamlit==1.30.0
openai==1.6.1
scipy==1.12.0
transformers==4.37.2
transformers==4.38.1
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand All @@ -11,14 +11,14 @@ azure-ai-contentsafety==1.0.0
requests==2.31.0
tiktoken==0.6.0
azure-storage-queue==12.9.0
langchain==0.1.8
langchain-community==0.0.21
langchain==0.1.9
langchain-community==0.0.24
beautifulsoup4==4.12.3
fake-useragent==1.4.0
chardet==5.2.0
--extra-index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/
azure-search-documents==11.4.0
opencensus-ext-azure==1.1.13
pandas==2.2.0
pandas==2.2.1
python-docx==1.1.0
azure-keyvault-secrets==4.4.*
2 changes: 1 addition & 1 deletion code/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.0.1
pytest==8.0.2
pytest-cov==4.1.0
flake8==7.0.0
pre-commit==3.6.2
Expand Down
6 changes: 3 additions & 3 deletions code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
azure-functions==1.18.0
streamlit==1.30.0
scipy==1.12.0
transformers==4.37.2
transformers==4.38.1
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand All @@ -10,8 +10,8 @@ Flask==3.0.2
openai==1.6.1
azure-storage-blob==12.19.0
python-dotenv==1.0.1
langchain==0.1.8
langchain-community==0.0.21
langchain==0.1.9
langchain-community==0.0.24
azure-ai-formrecognizer==3.3.2
requests==2.31.0
tiktoken==0.6.0
Expand Down
8 changes: 4 additions & 4 deletions extensions/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ azure-functions
streamlit==1.30.0
openai==1.6.1
scipy==1.12.0
transformers==4.37.2
transformers==4.38.1
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand All @@ -15,13 +15,13 @@ azure-ai-contentsafety==1.0.0
requests==2.31.0
tiktoken==0.6.0
azure-storage-queue==12.9.0
langchain==0.1.8
langchain-community==0.0.21
langchain==0.1.9
langchain-community==0.0.24
beautifulsoup4==4.12.3
fake-useragent==1.4.0
chardet==5.2.0
--extra-index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/
azure-search-documents==11.4.0
opencensus-ext-azure==1.1.13
pandas==2.2.0
pandas==2.2.1
python-docx==1.1.0

0 comments on commit bb3637d

Please sign in to comment.