From 5af78983f6999c002529d0fb176a1072c64ef460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:05:10 +0000 Subject: [PATCH] chore(deps-dev): bump cdklabs-generative-ai-cdk-constructs Bumps [cdklabs-generative-ai-cdk-constructs](https://github.com/awslabs/generative-ai-cdk-constructs) from 0.1.219 to 0.1.220. - [Release notes](https://github.com/awslabs/generative-ai-cdk-constructs/releases) - [Changelog](https://github.com/awslabs/generative-ai-cdk-constructs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/generative-ai-cdk-constructs/compare/v0.1.219...v0.1.220) --- updated-dependencies: - dependency-name: cdklabs-generative-ai-cdk-constructs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d6412b14dc7..5b809685b27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -479,13 +479,13 @@ typeguard = ">=2.13.3,<2.14.0" [[package]] name = "cdklabs-generative-ai-cdk-constructs" -version = "0.1.219" +version = "0.1.220" description = "AWS Generative AI CDK Constructs is a library for well-architected generative AI patterns." optional = false python-versions = "~=3.8" files = [ - {file = "cdklabs.generative-ai-cdk-constructs-0.1.219.tar.gz", hash = "sha256:c0b46e1f99fe9ecd39284956036ae1cd188774f350d66aa0cf7bb930478b01f8"}, - {file = "cdklabs.generative_ai_cdk_constructs-0.1.219-py3-none-any.whl", hash = "sha256:7f5c138893c65a12b91b8199fe6e0ec5a513d2aded7bfd00dd074d5085ad0647"}, + {file = "cdklabs.generative-ai-cdk-constructs-0.1.220.tar.gz", hash = "sha256:aed20da526429be19d01133c3eb90e88826ba402f17efa2087bd262cb9e89551"}, + {file = "cdklabs.generative_ai_cdk_constructs-0.1.220-py3-none-any.whl", hash = "sha256:925e10c50c3310215cdbef2fff8e77614ce986271d51e535ed13c7bccb7d3b7e"}, ] [package.dependencies] @@ -3707,4 +3707,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "b0a22f1e3117db309d0835c94e0fc6d12063ddc9e16fd99230bff6745442727e" +content-hash = "a6e29ffed629f1d2332b610993b17c13e6060f8bbf1458520153834aec090440" diff --git a/pyproject.toml b/pyproject.toml index aec633a774e..492769060c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ aws-cdk-lib = "^2.150.0" "aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0" "aws-cdk.aws-lambda-python-alpha" = "^2.150.0a0" -"cdklabs.generative-ai-cdk-constructs" = "^0.1.219" +"cdklabs.generative-ai-cdk-constructs" = "^0.1.220" pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.34.58" mypy-boto3-cloudformation = "^1.34.111"