-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #911 from microsoft/bugs/resolve-fluentui-version
Resolve issue with latest fluentui/react version by locking version to previous release.
- Loading branch information
Showing
15 changed files
with
71 additions
and
66 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
home = /workspaces/info-asst/.venv/bin | ||
include-system-site-packages = false | ||
version = 3.10.12 | ||
version = 3.12.6 |
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,28 +1,27 @@ | ||
#### Any version change made here should also be made and tested for the enrichment and function apps in /functions and /app/enrichment | ||
azure-identity==1.16.1 | ||
Flask==2.3.2 | ||
langchain==0.2.10 | ||
azure-cosmos==4.7.0 | ||
azure-identity==1.18.0 | ||
azure-mgmt-cognitiveservices==13.5.0 | ||
openai==1.35.8 | ||
# azure-search-documents==11.4.0 | ||
azure-search-documents==11.4.0b11 | ||
azure-storage-blob==12.20.0 | ||
azure-cosmos == 4.7.0 | ||
tiktoken == 0.7.0 | ||
fastapi == 0.109.1 | ||
fastapi-utils == 0.2.1 | ||
uvicorn == 0.23.2 | ||
numexpr == 2.10.0 | ||
langchain-experimental==0.0.62 | ||
azure-search-documents==11.5.1 | ||
azure-storage-blob==12.23.0 | ||
fastapi==0.115.0 | ||
fastapi-utils==0.7.0 | ||
Flask==3.0.3 | ||
gunicorn==23.0.0 | ||
langchain==0.3.1 | ||
langchain-community==0.3.1 | ||
langchain-experimental==0.3.2 | ||
langchain-openai==0.2.1 | ||
matplotlib==3.9.2 | ||
microsoft-bing-websearch==1.0.0 | ||
tabulate==0.9.0 | ||
matplotlib==3.8.3 | ||
numexpr==2.10.1 | ||
openai==1.49.0 | ||
pandas==2.2.3 | ||
Pillow==10.4.0 | ||
pytest==8.3.3 | ||
python-dotenv==1.0.1 | ||
pandas==2.2.1 | ||
python-multipart==0.0.9 | ||
Pillow==10.3.0 | ||
python-multipart==0.0.10 | ||
tabulate==0.9.0 | ||
tiktoken==0.7.0 | ||
uvicorn==0.30.6 | ||
wikipedia==1.4.0 | ||
langchain-openai == 0.1.14 | ||
pytest==8.2.1 | ||
python-dotenv==1.0.1 | ||
langchain-community==0.2.9 |
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,3 +1,3 @@ | ||
home = /workspaces/info-asst/.venv/bin | ||
include-system-site-packages = false | ||
version = 3.10.12 | ||
version = 3.12.6 |
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,17 +1,17 @@ | ||
#### Any version change made here should also be made and tested for the webapp backend and function apps in /functions and /app/backend | ||
--extra-index-url https://download.pytorch.org/whl/cpu | ||
azure-core==1.31.0 | ||
azure-cosmos==4.7.0 | ||
azure-storage-blob==12.23.1 | ||
azure-storage-queue==12.12.0 | ||
azure-search-documents==11.5.1 | ||
azure-identity==1.18.0 | ||
fastapi==0.115.0 | ||
fastapi-utils==0.7.0 | ||
openai==1.50.2 | ||
sentence-transformers==3.1.1 | ||
tenacity==9.0.0 | ||
torch | ||
torchvision | ||
torchaudio | ||
sentence-transformers == 2.3.0 | ||
fastapi == 0.109.1 | ||
fastapi-utils == 0.2.1 | ||
uvicorn == 0.23.2 | ||
azure-storage-queue == 12.6.0 | ||
azure-storage-blob==12.16.0 | ||
azure.search.documents==11.5.1 | ||
azure-cosmos == 4.7.0 | ||
azure-core == 1.30.2 | ||
azure-identity==1.16.1 | ||
tenacity == 8.2.3 | ||
openai==1.17.0 | ||
uvicorn==0.31.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
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