google-genai[patch]: release 0.0.9, safety settings docs (#17432)

This commit is contained in:
Erick Friis
2024-02-13 10:01:25 -08:00
committed by GitHub
parent db6f266d97
commit 065cde69b1
4 changed files with 69 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-genai"
version = "0.0.8"
version = "0.0.9"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
@@ -70,9 +70,9 @@ types-google-cloud-ndb = "^2.2.0.1"
[tool.ruff.lint]
select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"E", # pycodestyle
"F", # pyflakes
"I", # isort
"T201", # print
]