Skip to content

Commit

Permalink
bump version 0.16.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 21, 2024
1 parent e8a3627 commit 538cfb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/ceylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceylon"
version = "0.16.16"
version = "0.16.17"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
10 changes: 5 additions & 5 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.16.16"
version = "0.16.17"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand All @@ -27,14 +27,14 @@ classifiers = [
]

dependencies = [
"langchain==0.2.10",
"langchain-community==0.2.9",
"langchain-experimental==0.0.62",
"langchain==0.2.14",
"langchain-community==0.2.12",
"langchain-experimental==0.0.64",
"networkx==3.3",
"pydantic==2.8.2",
"toml==0.10.2",
"loguru==0.7.2",
"mkdocs-material==9.5.30"
"mkdocs-material==9.5.32"
]

[project.urls]
Expand Down

0 comments on commit 538cfb3

Please sign in to comment.