mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
groq[minor]: Release 0.2.0 (#26465)
This commit is contained in:
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]]
|
[[package]]
|
||||||
name = "annotated-types"
|
name = "annotated-types"
|
||||||
@@ -321,7 +321,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.3.0.dev5"
|
version = "0.3.0"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
@@ -963,4 +963,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<4.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]
|
[tool.poetry]
|
||||||
name = "langchain-groq"
|
name = "langchain-groq"
|
||||||
version = "0.2.0.dev1"
|
version = "0.2.0"
|
||||||
description = "An integration package connecting Groq and LangChain"
|
description = "An integration package connecting Groq and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4.0"
|
python = ">=3.9,<4.0"
|
||||||
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
|
langchain-core = "^0.3"
|
||||||
groq = ">=0.4.1,<1"
|
groq = ">=0.4.1,<1"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
|
Reference in New Issue
Block a user