Apply patch [skip ci]

This commit is contained in:
open-swe[bot] 2025-07-31 00:17:06 +00:00
parent 89057a38eb
commit 6bae15d96e

View File

@ -24,7 +24,6 @@ repository = "https://github.com/langchain-ai/langchain"
[project.optional-dependencies]
full = [
"transformers>=4.39.0",
"sentence-transformers>=2.6.0",
]
[dependency-groups]
@ -130,3 +129,4 @@ asyncio_mode = "auto"
"S101", # Tests need assertions
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
]