Skip to content

Commit 394bd6c

Browse files
dependabot[bot]CodeCasterX
authored andcommitted
Bump requests from 2.31 to 2.32.4 in /framework/fel/python
Bumps [requests](https://github.com/psf/requests) from 2.31 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 167f20b commit 394bd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/fel/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
],
2626
install_requires=["langchain==0.2.6",
2727
"llama_index==0.10.47",
28-
"requests==2.31"],
28+
"requests==2.32.4"],
2929
python_requires='==3.9.11'
3030
)

0 commit comments

Comments
 (0)