Skip to content

Commit

Permalink
groq[patch]: bump deps (#26261)
Browse files Browse the repository at this point in the history
To confirm no pydantic warnings.
  • Loading branch information
ccurme authored Sep 10, 2024
1 parent 6208773 commit 6df9178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions libs/partners/groq/poetry.lock

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

3 changes: 1 addition & 2 deletions libs/partners/groq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev1", allow-prereleases = true }
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
groq = ">=0.4.1,<1"
pydantic = ">=2,<3"

[tool.ruff.lint]
select = ["E", "F", "I", "W"]
Expand Down

0 comments on commit 6df9178

Please sign in to comment.