diff --git a/dev_requirements.txt b/dev_requirements.txt index 56ac1de..7770392 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -PySide6==6.11.0 +PySide6==6.11.1 langchain_openai==1.4.1 langchain_core ruff diff --git a/pyproject.toml b/pyproject.toml index a4431f1..41e5231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = "JEditor is basic but powerful editor include GPT" requires-python = ">=3.10" license-files = ["LICENSE"] dependencies = [ - "PySide6==6.11.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", + "PySide6==6.11.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", "qtconsole", "langchain_openai==1.4.1", "langchain_core", "pydantic", "watchdog", "ruff", "gitpython" ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index e474687..06f174c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PySide6==6.11.0 +PySide6==6.11.1 langchain_openai==1.4.1 langchain_core ruff