Skip to content

Commit

Permalink
groq[minor]: Release 0.2.0 (#26465)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 13, 2024
1 parent 58c7414 commit 64bfe1f
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
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 64bfe1f

Please sign in to comment.