Skip to content

Commit

Permalink
update tooling vrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Oct 30, 2024
1 parent 5386728 commit a149ada
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shinkai-bin/shinkai-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors.workspace = true
default-run = "shinkai_node"

[build-dependencies]
shinkai_tools_runner = { version = "0.7.15", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.7.19", features = ["built-in-tools"] }

[features]
default = []
Expand Down Expand Up @@ -77,7 +77,7 @@ num_cpus = "1.16.0"
async-lock = "2.4.0"
governor = "0.6.3"
lru = "0.7.0"
shinkai_tools_runner = { version = "0.7.15", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.7.19", features = ["built-in-tools"] }
console-subscriber = { version = "0.1", optional = true }
bytes = "1.7.1"
downcast-rs = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-lancedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uuid = { version = "1.6.1", features = ["v4"] }
shinkai_tools_primitives = { workspace = true }
shinkai_vector_resources = { workspace = true }
shinkai_message_primitives = { workspace = true }
shinkai_tools_runner = { version = "0.7.15", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.7.19", features = ["built-in-tools"] }
regex = "1"
base64 = "0.22.0"
lancedb = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion shinkai-libs/shinkai-tools-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.26", features = [
"stream",
] }
anyhow = "1.0.86"
shinkai_tools_runner = { version = "0.7.14" }
shinkai_tools_runner = { version = "0.7.19" }

[dependencies.serde]
version = "1.0.188"
Expand Down

0 comments on commit a149ada

Please sign in to comment.