groq[patch]: bump deps (#26261)

To confirm no pydantic warnings.
This commit is contained in:
ccurme
2024-09-10 10:42:56 -04:00
committed by GitHub
parent 6208773c77
commit 6df9178056
2 changed files with 7 additions and 8 deletions

View File

@@ -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]] [[package]]
name = "annotated-types" name = "annotated-types"
@@ -321,7 +321,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.0.dev2" version = "0.3.0.dev4"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
@@ -330,7 +330,7 @@ develop = true
[package.dependencies] [package.dependencies]
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.75" langsmith = "^0.1.112"
packaging = ">=23.2,<25" packaging = ">=23.2,<25"
pydantic = "^2.7.4" pydantic = "^2.7.4"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@@ -375,8 +375,8 @@ files = [
httpx = ">=0.23.0,<1" httpx = ">=0.23.0,<1"
orjson = ">=3.9.14,<4.0.0" orjson = ">=3.9.14,<4.0.0"
pydantic = [ 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 = ">=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" requests = ">=2,<3"
@@ -545,8 +545,8 @@ files = [
annotated-types = ">=0.4.0" annotated-types = ">=0.4.0"
pydantic-core = "2.23.2" pydantic-core = "2.23.2"
typing-extensions = [ typing-extensions = [
{version = ">=4.6.1", markers = "python_version < \"3.13\""},
{version = ">=4.12.2", 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\""} tzdata = {version = "*", markers = "python_version >= \"3.9\""}
@@ -971,4 +971,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "4ac9ad21c3655d0cb0e7539d029c14c9b7729f2122a8dd9574d1f78eecdd494c" content-hash = "7a096177984d04d46adbc0b35c09b334757916705c599c3addc00e1976101212"

View File

@@ -20,9 +20,8 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" 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" groq = ">=0.4.1,<1"
pydantic = ">=2,<3"
[tool.ruff.lint] [tool.ruff.lint]
select = ["E", "F", "I", "W"] select = ["E", "F", "I", "W"]