groq[patch]: Release 0.1.1 (#20242)

pull/20247/head
Bagatur 6 months ago committed by GitHub
parent ad3f1a9e85
commit f06cb59ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.1 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"
@ -323,7 +323,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.40"
version = "0.1.41"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -867,4 +867,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "1dbf423a2b31765d6cf1adcfcc43aa58a54531dba17230ce2506609f4c3c8ad1"
content-hash = "e8dc3b667a58b2cc8134ae3be1e656ab57467a878fa8dea982cbcef1a8fd3846"

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-groq"
version = "0.1.0"
version = "0.1.1"
description = "An integration package connecting Groq and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.40"
langchain-core = "^0.1.41"
groq = ">=0.4.1,<1"
[tool.poetry.group.test]

Loading…
Cancel
Save