Skip to content

Commit

Permalink
bump version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jan 18, 2025
1 parent 478c292 commit 53756c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 5 additions & 8 deletions bindings/ceylon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 53756c0

Please sign in to comment.