Skip to content

Commit

Permalink
- ci: version bump shinkai tools runner
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 12, 2024
1 parent 66a3b07 commit 3151c68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions shinkai-bin/shinkai-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "shinkai_node"
version = "0.8.15"
version = "0.8.16"
edition = "2021"
authors.workspace = true
# this causes `cargo run` in the workspace root to run this package
default-run = "shinkai_node"

[build-dependencies]
shinkai_tools_runner = { version = "0.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", 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.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }

console-subscriber = { version = "0.1", optional = true }
bytes = "1.7.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.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }
regex = "1"
base64 = "0.22.0"
lancedb = "0.10.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use super::shinkai_lancedb_error::ShinkaiLanceDBError;
use super::shinkai_tool_schema::ShinkaiToolSchema;

// Note: Add 1 to the current number to force an old fashion migration (delete all and then add all)
pub static LATEST_ROUTER_DB_VERSION: &str = "6";
pub static LATEST_ROUTER_DB_VERSION: &str = "7";

// TODO: we need a way to export and import the db (or tables). it could be much faster to reset.

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.8.0", features = ["built-in-tools"] }
shinkai_tools_runner = { version = "0.8.1", features = ["built-in-tools"] }

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

0 comments on commit 3151c68

Please sign in to comment.