google-genai[patch]: release 0.0.8 (#17285)

pull/17286/head
Erick Friis 8 months ago committed by GitHub
parent 12d3159dd6
commit e660a1685b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -448,7 +448,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.1.21" version = "0.1.22"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-google-genai" name = "langchain-google-genai"
version = "0.0.7" version = "0.0.8"
description = "An integration package connecting Google's genai package and LangChain" description = "An integration package connecting Google's genai package and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"

Loading…
Cancel
Save