From 8fd375e2526400648ade45df6f73eb064d20880e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:24:59 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /golden-paths/h3-innovation/rag-application/skeleton directory: | Package | From | To | | --- | --- | --- | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.22` | | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.15.0` | `1.16.1` | | [langchain](https://github.com/langchain-ai/langchain) | `0.1.5` | `0.3.0.dev1` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.0.17` | `0.3.27` | | [pypdf](https://github.com/py-pdf/pypdf) | `4.0.1` | `6.9.1` | Updates `python-multipart` from 0.0.6 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.22) Updates `azure-identity` from 1.15.0 to 1.16.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.1) Updates `langchain` from 0.1.5 to 0.3.0.dev1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ibm==0.1.5...langchain==0.3.0.dev1) Updates `langchain-community` from 0.0.17 to 0.3.27 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain==0.3.27) Updates `pypdf` from 4.0.1 to 6.9.1 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.0.1...6.9.1) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: azure-identity dependency-version: 1.16.1 dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-version: 0.3.0.dev1 dependency-type: direct:production dependency-group: pip - dependency-name: langchain-community dependency-version: 0.3.27 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.9.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../rag-application/skeleton/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/golden-paths/h3-innovation/rag-application/skeleton/requirements.txt b/golden-paths/h3-innovation/rag-application/skeleton/requirements.txt index ff66307..9072841 100644 --- a/golden-paths/h3-innovation/rag-application/skeleton/requirements.txt +++ b/golden-paths/h3-innovation/rag-application/skeleton/requirements.txt @@ -1,21 +1,21 @@ # Web framework fastapi==0.109.0 uvicorn[standard]==0.27.0 -python-multipart==0.0.6 +python-multipart==0.0.22 # Azure SDKs -azure-identity==1.15.0 +azure-identity==1.16.1 azure-storage-blob==12.19.0 azure-search-documents==11.4.0 openai==1.12.0 # LangChain -langchain==0.1.5 +langchain==0.3.0.dev1 langchain-openai==0.0.5 -langchain-community==0.0.17 +langchain-community==0.3.27 # Document processing -pypdf==4.0.1 +pypdf==6.9.1 python-docx==1.1.0 beautifulsoup4==4.12.3 tiktoken==0.5.2