diff --git a/CHANGELOG.md b/CHANGELOG.md index efc5a90e..8ee934ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.20.1 +- Update python dependencies +## v0.20.0 +- Improve Performance +- Improve Examples +- Remove LLM Support (Will be added more advanced mechanism) +- Moved unwanted internal modules- - ## v0.13.5 - Improve LLM calling - Add Example directory diff --git a/bindings/ceylon/pyproject.toml b/bindings/ceylon/pyproject.toml index 856a6b21..aad3c1ce 100644 --- a/bindings/ceylon/pyproject.toml +++ b/bindings/ceylon/pyproject.toml @@ -10,7 +10,7 @@ readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } keywords = ["Aritifical Intelligence", "Multi Agent Systems", "CEYLON", "Ceylon Aritficial Intelligence."] dynamic = [] -version = "0.20.0" +version = "0.20.1" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", @@ -27,14 +27,11 @@ classifiers = [ ] dependencies = [ - "langchain==0.2.14", - "langchain-community==0.2.12", - "langchain-experimental==0.0.64", - "networkx==3.3", - "pydantic==2.8.2", + "networkx==3.4.2", + "pydantic==2.10.5", "toml==0.10.2", - "loguru==0.7.2", - "mkdocs-material==9.5.32" + "loguru==0.7.3", + "mkdocs-material==9.5.49" ] [project.urls]