From bf156c57af5a14554d7129aab94404767c67afce Mon Sep 17 00:00:00 2001 From: louhao Date: Tue, 4 Mar 2025 14:56:38 +0800 Subject: [PATCH 1/4] upgrade version --- requirements.txt | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fd544f..e45486e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,9 +9,9 @@ black pydantic~=2.8.2 # langchain family -langchain==0.3.2 -langchain-openai==0.2.2 -langchain-community==0.3.1 +langchain==0.3.19 +langchain-openai==0.3.7 +langchain-community==0.3.18 langgraph==0.2.35 # others diff --git a/setup.py b/setup.py index dccf5ae..8f3cd9e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="myscalekb-agent-base", - version="0.1.6", + version="0.1.8", author="jiachengs", author_email="jiachengs@myscale.com", description="Base classes for MyScaleKB Agent APP", From af5f482b06969d49ea4a00be13b059443bbac3b7 Mon Sep 17 00:00:00 2001 From: louhao Date: Tue, 4 Mar 2025 16:05:39 +0800 Subject: [PATCH 2/4] update proj name to originhub-myscalekb-agent-base --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8f3cd9e..13aca60 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name="myscalekb-agent-base", + name="originhub-myscalekb-agent-base", version="0.1.8", author="jiachengs", author_email="jiachengs@myscale.com", @@ -16,9 +16,9 @@ # app required "pydantic~=2.8.2", # langchain family - "langchain==0.3.2", - "langchain-openai==0.2.2", - "langchain-community==0.3.1", + "langchain==0.3.19", + "langchain-openai==0.3.7", + "langchain-community==0.3.18", "langgraph==0.2.35", # others "nanoid~=2.0.0", From 6561d8229b045665aa2a9b61e6c228e1be0cfdb2 Mon Sep 17 00:00:00 2001 From: louhao Date: Tue, 4 Mar 2025 16:12:17 +0800 Subject: [PATCH 3/4] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13aca60..79bb2f3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="originhub-myscalekb-agent-base", - version="0.1.8", + version="0.1.9", author="jiachengs", author_email="jiachengs@myscale.com", description="Base classes for MyScaleKB Agent APP", From 30875cd953e264d74c2497135038ae86e9dcc76e Mon Sep 17 00:00:00 2001 From: louhao Date: Sun, 9 Mar 2025 23:31:20 +0800 Subject: [PATCH 4/4] modify author and email --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 79bb2f3..060990f 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ setup( name="originhub-myscalekb-agent-base", version="0.1.9", - author="jiachengs", - author_email="jiachengs@myscale.com", + author="louh", + author_email="louh@originhub.tech", description="Base classes for MyScaleKB Agent APP", long_description=open("README.md").read(), long_description_content_type="text/markdown",