From 6df91780568eb3b89e217de8d1f27f8e62f3008e Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 10 Sep 2024 10:42:56 -0400 Subject: [PATCH] groq[patch]: bump deps (#26261) To confirm no pydantic warnings. --- libs/partners/groq/poetry.lock | 12 ++++++------ libs/partners/groq/pyproject.toml | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/libs/partners/groq/poetry.lock b/libs/partners/groq/poetry.lock index 4e805f27f410d..8e3738b5fa793 100644 --- a/libs/partners/groq/poetry.lock +++ b/libs/partners/groq/poetry.lock @@ -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]] name = "annotated-types" @@ -321,7 +321,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.0.dev2" +version = "0.3.0.dev4" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -330,7 +330,7 @@ develop = true [package.dependencies] jsonpatch = "^1.33" -langsmith = "^0.1.75" +langsmith = "^0.1.112" packaging = ">=23.2,<25" pydantic = "^2.7.4" PyYAML = ">=5.3" @@ -375,8 +375,8 @@ files = [ httpx = ">=0.23.0,<1" orjson = ">=3.9.14,<4.0.0" pydantic = [ - {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}, {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""}, + {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}, ] requests = ">=2,<3" @@ -545,8 +545,8 @@ files = [ annotated-types = ">=0.4.0" pydantic-core = "2.23.2" typing-extensions = [ - {version = ">=4.6.1", markers = "python_version < \"3.13\""}, {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, + {version = ">=4.6.1", markers = "python_version < \"3.13\""}, ] tzdata = {version = "*", markers = "python_version >= \"3.9\""} @@ -971,4 +971,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "4ac9ad21c3655d0cb0e7539d029c14c9b7729f2122a8dd9574d1f78eecdd494c" +content-hash = "7a096177984d04d46adbc0b35c09b334757916705c599c3addc00e1976101212" diff --git a/libs/partners/groq/pyproject.toml b/libs/partners/groq/pyproject.toml index 711117473f021..4f63e0d622dd4 100644 --- a/libs/partners/groq/pyproject.toml +++ b/libs/partners/groq/pyproject.toml @@ -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"]