mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
chore(core): unpin packaging dependency (#32032)
Unpin packaging dependency --------- Co-authored-by: ntjohnson1 <24689722+ntjohnson1@users.noreply.github.com>
This commit is contained in:
@@ -11,8 +11,8 @@ dependencies = [
|
||||
"tenacity!=8.4.0,<10.0.0,>=8.1.0",
|
||||
"jsonpatch<2.0,>=1.33",
|
||||
"PyYAML>=5.3",
|
||||
"packaging<25,>=23.2",
|
||||
"typing-extensions>=4.7",
|
||||
"packaging>=23.2",
|
||||
"pydantic>=2.7.4",
|
||||
]
|
||||
name = "langchain-core"
|
||||
|
@@ -24,7 +24,7 @@ class TestDocumentIndexerTestSuite(DocumentIndexerTestSuite):
|
||||
class TestAsyncDocumentIndexerTestSuite(AsyncDocumentIndexTestSuite):
|
||||
# Something funky is going on with mypy and async pytest fixture
|
||||
@pytest.fixture
|
||||
async def index(self) -> AsyncGenerator[DocumentIndex, None]: # type: ignore[override]
|
||||
async def index(self) -> AsyncGenerator[DocumentIndex, None]:
|
||||
yield InMemoryDocumentIndex() # noqa: PT022
|
||||
|
||||
|
||||
|
3553
libs/core/uv.lock
generated
3553
libs/core/uv.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user