chore: adress pytest-asyncio deprecation warnings + other nits (#32696)

amongst some linting imcompatible rules
This commit is contained in:
Mason Daugherty
2025-08-26 15:51:38 -04:00
committed by GitHub
parent f2dcdae467
commit 3d08b6bd11
37 changed files with 2965 additions and 2892 deletions

13
libs/core/uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -1154,28 +1154,27 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "httpx", specifier = ">=0.25.0,<1" },
{ name = "httpx", specifier = ">=0.28.1,<1" },
{ name = "langchain-core", editable = "." },
{ name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.2" },
{ name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" },
{ name = "pytest", specifier = ">=7,<9" },
{ name = "pytest-asyncio", specifier = ">=0.20,<1" },
{ name = "pytest-asyncio", specifier = ">=0.20,<2" },
{ name = "pytest-benchmark" },
{ name = "pytest-codspeed" },
{ name = "pytest-recording" },
{ name = "pytest-socket", specifier = ">=0.6.0,<1" },
{ name = "pytest-socket", specifier = ">=0.7.0,<1" },
{ name = "syrupy", specifier = ">=4,<5" },
{ name = "vcrpy", specifier = ">=7.0" },
]
[package.metadata.requires-dev]
codespell = [{ name = "codespell", specifier = ">=2.2.0,<3.0.0" }]
lint = [{ name = "ruff", specifier = ">=0.12.8,<0.13" }]
lint = [{ name = "ruff", specifier = ">=0.12.10,<0.13" }]
test = [{ name = "langchain-core", editable = "." }]
test-integration = []
typing = [
{ name = "langchain-core", editable = "." },
{ name = "mypy", specifier = ">=1,<2" },
{ name = "mypy", specifier = ">=1.17.1,<2" },
]
[[package]]