-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest version of most dependencies (#255)
* Bump to latest versions * Downgrade azure-search-documents latest version is not compatible with langchaig - Discussion: langchain-ai/langchain#13245 - PR to fix: langchain-ai/langchain#15659 * Migrate to new content safety api - Old: https://github.com/Azure-Samples/AzureAIContentSafety/blob/main/python/1.0.0b1/sample_analyze_text.py#L37 - New: https://github.com/Azure-Samples/AzureAIContentSafety/blob/main/python/1.0.0/sample_analyze_text.py#L39 * Downgrade openai The changes are too vast to be included in this PR * Bump dependencies * Fix test and bump langchain to latest version
- Loading branch information
1 parent
88cff26
commit 4ea5054
Showing
5 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
azure-identity==1.15.0 | ||
Flask==2.3.2 | ||
Flask==3.0.0 | ||
openai==0.27.8 | ||
azure-storage-blob==12.19.0 | ||
python-dotenv==1.0.0 | ||
langchain==0.0.329 | ||
python-dotenv==1.0.1 | ||
langchain==0.1.4 | ||
azure-ai-formrecognizer==3.3.2 | ||
requests==2.31.0 | ||
tiktoken==0.5.2 | ||
azure-storage-queue==12.9.0 | ||
beautifulsoup4==4.12.2 | ||
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.0b8 | ||
opencensus-ext-azure==1.1.13 | ||
azure-ai-contentsafety==1.0.0b1 | ||
azure-ai-contentsafety==1.0.0 | ||
python-docx==1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters