all: Bump blockbuster version to 1.5.18 (#29806)

Has fixes for running on Windows and non-CPython runtimes.
This commit is contained in:
Christophe Bornet
2025-02-14 16:55:38 +01:00
committed by GitHub
parent d9a069c414
commit 3dffee3d0b
6 changed files with 27 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ test = [
"responses<1.0.0,>=0.25.0",
"pytest-socket<1.0.0,>=0.7.0",
"pytest-xdist<4.0.0,>=3.6.1",
"blockbuster~=1.5.11",
"blockbuster~=1.5.18",
"numpy<2.0.0,>=1.24.0; python_version < \"3.12\"",
"numpy<3,>=1.26.0; python_version >= \"3.12\"",
"langchain-tests",