bump bedrock dep versions (#6090)

Signed-off-by: fbalicchia <fbalichia@cuebiq.com>
Co-authored-by: fbalicchia <fbalichia@cuebiq.com>
This commit is contained in:
Filippo Balicchia
2025-12-16 17:24:54 +01:00
committed by GitHub
parent 8916db978c
commit 0a5b7d7ce6
2 changed files with 56 additions and 56 deletions
+3 -3
View File
@@ -82,9 +82,9 @@ urlencoding = "2.1"
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite", "chrono", "json"] }
# For Bedrock provider
aws-config = { version = "1.5.16", features = ["behavior-version-latest"] }
aws-smithy-types = "1.2.13"
aws-sdk-bedrockruntime = "1.106.0"
aws-config = { version = "=1.8.12", features = ["behavior-version-latest"] }
aws-smithy-types = "=1.3.5"
aws-sdk-bedrockruntime = "=1.120.0"
# For SageMaker TGI provider
aws-sdk-sagemakerruntime = "1.62.0"