infra: langchain max python 3.11 for resolution (#24729)

This commit is contained in:
Erick Friis 2024-07-26 14:17:11 -07:00 committed by GitHub
parent 3c3d3e9579
commit d5b4b7e05c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
# declare deps in funny way
max_python = "3.11"
if dir_ == "libs/community" and job == "extended-tests":
if dir_ in ["libs/community", "libs/langchain"] and job == "extended-tests":
# community extended test resolution in 3.12 is slow
# even in uv
max_python = "3.11"