Skip to content

Commit

Permalink
groq[patch]: Release 0.1.1 (#20242)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and hinthornw committed Apr 26, 2024
1 parent 2b1e91d commit c2ff1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/partners/groq/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/groq/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit c2ff1eb

Please sign in to comment.