From 9c64da7028e987af761b0c4782d4dac0b3525faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:32:24 +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.271 to 0.1.272. - [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.271...v0.1.272) --- 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 fb4f7d10a4d..0e2a05850b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -948,13 +948,13 @@ typeguard = ">=2.13.3,<5.0.0" [[package]] name = "cdklabs-generative-ai-cdk-constructs" -version = "0.1.271" +version = "0.1.272" 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.271-py3-none-any.whl", hash = "sha256:fd5cb5c24deb417bdc6e0a181826d3a1c062885659700fb1acc053a1b22789f2"}, - {file = "cdklabs_generative_ai_cdk_constructs-0.1.271.tar.gz", hash = "sha256:f20bfcea83ba1c8985a8fc93d26e9832ddb9711d3abfb7efd33f58ac30a7a6b4"}, + {file = "cdklabs.generative_ai_cdk_constructs-0.1.272-py3-none-any.whl", hash = "sha256:5f940411e38a387832fdabad13918477dab6e2707ac3529dafa60a40b23ae8c7"}, + {file = "cdklabs_generative_ai_cdk_constructs-0.1.272.tar.gz", hash = "sha256:a735035753ac86271512c341da38d746e011d41e1581385002e4029e67a99159"}, ] [package.dependencies] @@ -4314,4 +4314,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "435eafb89f4e86c26a9b4c024baeeeeec2b5ab1a4daf7f8fbd7e1973fd1d8320" +content-hash = "22d5bd0f2367cf03fde9c2bf2b6dc7911ae830a869330342638c71f0a442fb95" diff --git a/pyproject.toml b/pyproject.toml index a4b995ffbaa..b95d613c07f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ aws-cdk-lib = "^2.160.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.160.0a0" -"cdklabs.generative-ai-cdk-constructs" = "^0.1.271" +"cdklabs.generative-ai-cdk-constructs" = "^0.1.272" pytest-benchmark = "^4.0.0" types-requests = "^2.31.0" typing-extensions = "^4.12.2"