groq[minor]: Release 0.2.0 (#26465)

This commit is contained in:
Bagatur 2024-09-13 15:43:11 -07:00 committed by GitHub
parent 58c7414e10
commit 64bfe1ff23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -321,7 +321,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.0.dev5"
version = "0.3.0"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -963,4 +963,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "7a096177984d04d46adbc0b35c09b334757916705c599c3addc00e1976101212"
content-hash = "0c589432ba8c8a80298d31966b8f90cba3c0ba6eb482771079f67e26d7d6cfb9"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-groq"
version = "0.2.0.dev1"
version = "0.2.0"
description = "An integration package connecting Groq and LangChain"
authors = []
readme = "README.md"
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
langchain-core = "^0.3"
groq = ">=0.4.1,<1"
[tool.ruff.lint]