added in the itertools

This commit is contained in:
dal 2025-07-22 08:20:45 -06:00
parent 1820dd6842
commit 6e626c2d2b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ mockito = "1.2.0"
mockall = "0.12.1"
bb8-redis = "0.18.0"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.14"
once_cell = "1.20.2"
rustls = { version = "0.23", features = ["ring"] }
rustls-native-certs = "0.8"

View File

@ -37,6 +37,7 @@ semantic_layer = { path = "../semantic_layer" }
# Add any handler-specific dependencies here
dashmap = "5.5.3"
itertools = { workspace = true }
# Add stored_values dependency
stored_values = { path = "../stored_values" }