Skip to content

Commit acc10bc

Browse files
committed
Merge branch '3.5.x'
2 parents 8a2ffd7 + e113385 commit acc10bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==1.25.2
22
PyYAML==6.0.1
3-
requests==2.32.0
3+
requests==2.32.4
44
tornado==6.5.0

0 commit comments

Comments
 (0)