Skip to content

Commit f02b5e6

Browse files
Bump the pip group across 2 directories with 3 updates
Bumps the pip group with 2 updates in the /LLM/rag directory: [langchain-core](https://github.com/langchain-ai/langchain) and [pypdf](https://github.com/py-pdf/pypdf). Bumps the pip group with 2 updates in the /Text-Summarizer-Browser-Plugin directory: [pypdf](https://github.com/py-pdf/pypdf) and [flask](https://github.com/pallets/flask). Updates `langchain-core` from 0.3.81 to 1.2.11 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==0.3.81...langchain-core==1.2.11) Updates `pypdf` from 6.6.2 to 6.7.3 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.6.2...6.7.3) Updates `pypdf` from 6.7.2 to 6.7.3 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.6.2...6.7.3) Updates `flask` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.7.3 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.7.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 427a7a4 commit f02b5e6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

AI-Upscaling-With-NPU/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ dependencies = [
1616
"torchinfo>=1.8.0",
1717
"plotly>=6.0.0",
1818
"ffmpeg-python>=0.2.0",
19-
"torch==2.8.0",
19+
"torch==2.10.0",
2020
"certifi==2025.4.26",
2121
"h11==0.16.0",
2222
"idna==3.10",
2323
"jinja2==3.1.6",
24-
"jupyterlab==4.4.8",
24+
"jupyterlab==4.5.5",
2525
"notebook==7.4.1",
26-
"requests==2.32.4",
26+
"requests==2.32.5",
2727
"urllib3==2.6.3"
2828
]
2929

LLM/rag/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
langchain==0.3.27
22
langchain-community==0.3.27
3-
langchain-core==0.3.81
3+
langchain-core==1.2.11
44
langchain-huggingface==0.1.2
55
huggingface-hub>=0.30.0
66
sentence-transformers==3.4.1
77
chromadb==0.6.3
88
transformers==4.57.6
9-
pypdf==6.6.2
10-
torch==2.9.1
9+
pypdf==6.7.3
10+
torch==2.10.0
1111
langchain-chroma==0.2.2
1212
beautifulsoup4==4.13.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
flask==3.1.2
1+
flask==3.1.3
22
flask_cors==6.0.2
33
langchain==1.2.10
44
langchain-community==0.4.1
55
sentence-transformers==5.2.3
66
langchain_chroma==1.1.0
7-
pypdf==6.7.2
7+
pypdf==6.7.3
88
optimum[openvino,nncf]
99
ipykernel==7.2.0

0 commit comments

Comments
 (0)