mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 02:11:09 +00:00
groq[minor]: Release 0.2.0 (#26465)
This commit is contained in:
parent
58c7414e10
commit
64bfe1ff23
6
libs/partners/groq/poetry.lock
generated
6
libs/partners/groq/poetry.lock
generated
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user