Skip to content

Commit

Permalink
Merge pull request #636 from dcSpark/nico/update_tooling_version
Browse files Browse the repository at this point in the history
Update Tooling Version
  • Loading branch information
nicarq authored Oct 30, 2024
2 parents 9550c2d + fd57c84 commit cf05063
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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 cf05063

Please sign in to comment.