From 02898597a0cdaf9fc0f0da75205547ed041f2d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:42:39 +0000 Subject: [PATCH] Python - Bump google-generativeai from 0.7.1 to 0.8.1 in /python-lambda Bumps [google-generativeai](https://github.com/google/generative-ai-python) from 0.7.1 to 0.8.1. - [Release notes](https://github.com/google/generative-ai-python/releases) - [Changelog](https://github.com/google-gemini/generative-ai-python/blob/main/RELEASE.md) - [Commits](https://github.com/google/generative-ai-python/compare/v0.7.1...0.8.1) --- updated-dependencies: - dependency-name: google-generativeai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-lambda/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lambda/src/requirements.txt b/python-lambda/src/requirements.txt index 757f8316..e2f99b92 100644 --- a/python-lambda/src/requirements.txt +++ b/python-lambda/src/requirements.txt @@ -1 +1 @@ -google.generativeai==0.7.1 \ No newline at end of file +google.generativeai==0.8.1 \ No newline at end of file