Skip to content

Commit 538cfb3

Browse files
committed
bump version 0.16.17
1 parent e8a3627 commit 538cfb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/ceylon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ceylon"
3-
version = "0.16.16"
3+
version = "0.16.17"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

bindings/ceylon/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { file = "LICENSE" }
1111
keywords = ["Aritifical Intelligence", "Multi Agent Systems", "CEYLON", "Ceylon Aritficial Intelligence."]
1212
dynamic = []
13-
version = "0.16.16"
13+
version = "0.16.17"
1414
classifiers = [
1515
"Programming Language :: Rust",
1616
"Programming Language :: Python :: Implementation :: CPython",
@@ -27,14 +27,14 @@ classifiers = [
2727
]
2828

2929
dependencies = [
30-
"langchain==0.2.10",
31-
"langchain-community==0.2.9",
32-
"langchain-experimental==0.0.62",
30+
"langchain==0.2.14",
31+
"langchain-community==0.2.12",
32+
"langchain-experimental==0.0.64",
3333
"networkx==3.3",
3434
"pydantic==2.8.2",
3535
"toml==0.10.2",
3636
"loguru==0.7.2",
37-
"mkdocs-material==9.5.30"
37+
"mkdocs-material==9.5.32"
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)