Apply patch [skip ci]

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

View File

@ -35,7 +35,6 @@ test = [
"scipy<2,>=1; python_version < \"3.12\"",
"scipy<2.0.0,>=1.7.0; python_version >= \"3.12\"",
"transformers>=4.39.0",
"sentence-transformers>=2.6.0",
"langchain-core",
"langchain-tests",
"langchain-community",
@ -130,3 +129,4 @@ asyncio_mode = "auto"
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
]