diff --git a/requirements.txt b/requirements.txt index f77c165..30ced10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cx_Freeze==7.2.6 defusedxml==0.7.1 langchain_core==0.3.21 -langchain_openai==0.2.8 +langchain_openai==0.2.9 numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 diff --git a/setup.py b/setup.py index 27ccbdb..a29b105 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ "defusedxml==0.7.1", "langchain_core==0.3.21", - "langchain_openai==0.2.8", + "langchain_openai==0.2.9", "numpy==1.26.4", "pandas==2.2.3", "python-dotenv==1.0.1",