Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.12.0"
org = "ballerinax"
name = "ai.memory.mssql"
version = "1.0.1"
version = "1.1.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["ai", "agent", "memory"]
Expand Down
10 changes: 7 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.14.7"
version = "2.14.8"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -225,6 +225,9 @@ version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "lang.regexp", moduleName = "lang.regexp"}
]

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -280,7 +283,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.12.0"
version = "2.12.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -407,10 +410,11 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "ai.memory.mssql"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "ai"},
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "lang.regexp"},
{org = "ballerina", name = "sql"},
{org = "ballerina", name = "test"},
{org = "ballerinax", name = "mssql"},
Expand Down
Loading
Loading