diff --git a/framework/fel/python/setup.py b/framework/fel/python/setup.py index 233d0f91..371146ca 100644 --- a/framework/fel/python/setup.py +++ b/framework/fel/python/setup.py @@ -25,6 +25,6 @@ ], install_requires=["langchain==0.2.6", "llama_index==0.10.47", - "requests==2.31"], + "requests==2.32.4"], python_requires='==3.9.11' )