infra: specify python max version of 3.12 for some integration packages (#27740)

This commit is contained in:
ccurme
2024-10-30 12:24:48 -04:00
committed by GitHub
parent 3b956b3a97
commit 88bfd60b03
2 changed files with 17 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ def test__convert_dict_to_message_tool_call() -> None:
InvalidToolCall(
name="GenerateUsername",
args="oops",
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)", # noqa: E501
error="Function GenerateUsername arguments:\n\noops\n\nare not valid JSON. Received JSONDecodeError Expecting value: line 1 column 1 (char 0)\nFor troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE", # noqa: E501
id="ssAbar4Dr",
type="invalid_tool_call",
),