Skip to content

Add safeguards for infinite loops and unresolvable tasks #34434

Add safeguards for infinite loops and unresolvable tasks

Add safeguards for infinite loops and unresolvable tasks #34434

Triggered via pull request December 3, 2024 21:42
Status Failure
Total duration 2m 33s
Artifacts

check_diffs.yml

on: pull_request
Matrix: compile-integration-tests
Matrix: extended-tests
Matrix: lint
Matrix: test-doc-imports
Waiting for pending jobs
Matrix: test-pydantic
Matrix: test
CI Success
0s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

94 errors and 76 warnings
Ruff (I001): libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
Ruff (B010): libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
Ruff (EM101): libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
Ruff (I001): libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
Ruff (B010): libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
Ruff (EM101): libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
Ruff (I001): libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
Ruff (B010): libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
Ruff (EM101): libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
Ruff (I001): libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
Ruff (B010): libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
Ruff (EM101): libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
cd libs/partners/prompty / make test #3.9
Process completed with exit code 2.
cd libs/langchain / make test # pydantic: ~=2.10.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make extended_tests #3.11
Process completed with exit code 2.
cd libs/core / make extended_tests #3.9
Process completed with exit code 2.
cd libs/partners/prompty / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make extended_tests #3.13
Process completed with exit code 2.
cd libs/langchain / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/langchain / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make extended_tests #3.10
Process completed with exit code 2.
cd libs/partners/prompty / make test #3.13
Process completed with exit code 2.
cd libs/partners/prompty / make test # pydantic: ~=2.6.0, python: 3.11,
Process completed with exit code 2.
Ruff (F401): libs/langchain/langchain/agents/react/agent.py#L5
langchain/agents/react/agent.py:5:35: F401 `langchain_core.agents.AgentAction` imported but unused
Ruff (F401): libs/langchain/langchain/agents/react/agent.py#L5
langchain/agents/react/agent.py:5:48: F401 `langchain_core.agents.AgentFinish` imported but unused
cd libs/langchain / make lint #3.9
Process completed with exit code 2.
cd libs/core / make extended_tests #3.12
Process completed with exit code 2.
cd libs/partners/prompty / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/langchain / make test #3.13
Process completed with exit code 2.
Ruff (F401): libs/langchain/langchain/agents/react/agent.py#L5
langchain/agents/react/agent.py:5:35: F401 `langchain_core.agents.AgentAction` imported but unused
Ruff (F401): libs/langchain/langchain/agents/react/agent.py#L5
langchain/agents/react/agent.py:5:48: F401 `langchain_core.agents.AgentFinish` imported but unused
cd libs/langchain / make lint #3.13
Process completed with exit code 2.
cd libs/partners/prompty / make test # pydantic: ~=2.5.0, python: 3.11,
Process completed with exit code 2.
cd libs/langchain / make test #3.9
Process completed with exit code 2.
cd libs/partners/prompty / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test #3.9
Process completed with exit code 2.
Ruff (I001): libs/core/langchain_core/output_parsers/base.py#L1
langchain_core/output_parsers/base.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L19
langchain_core/output_parsers/base.py:19:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L20
langchain_core/output_parsers/base.py:20:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L21
langchain_core/output_parsers/base.py:21:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L22
langchain_core/output_parsers/base.py:22:1: E402 Module level import not at top of file
Ruff (E402): libs/core/langchain_core/output_parsers/base.py#L23
langchain_core/output_parsers/base.py:23:1: E402 Module level import not at top of file
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L177
langchain_core/output_parsers/base.py:177:89: E501 Line too long (104 > 88)
Ruff (B010): libs/core/langchain_core/output_parsers/base.py#L182
langchain_core/output_parsers/base.py:182:9: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
Ruff (E501): libs/core/langchain_core/output_parsers/base.py#L278
langchain_core/output_parsers/base.py:278:89: E501 Line too long (94 > 88)
Ruff (EM101): libs/core/langchain_core/output_parsers/base.py#L279
langchain_core/output_parsers/base.py:279:30: EM101 Exception must not use a string literal, assign to variable first
cd libs/langchain / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test #3.10
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.6.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.10.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/core / make test #3.12
Process completed with exit code 2.
cd libs/core / make test #3.9
Process completed with exit code 2.
cd libs/core / make test #3.13
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test #3.13
Process completed with exit code 2.
cd libs/core / make test #3.11
Process completed with exit code 2.
cd libs/core / make test # pydantic: ~=2.5.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make extended_tests #3.9
Process completed with exit code 2.
cd libs/community / make extended_tests #3.12
Process completed with exit code 2.
CI Success
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / poetry run pytest -m compile tests/integration_tests #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make lint #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / poetry run pytest -m compile tests/integration_tests #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make lint #3.10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make lint #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make extended_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test # pydantic: ~=2.10.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make extended_tests #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make extended_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test # pydantic: ~=2.5.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / poetry run pytest -m compile tests/integration_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / poetry run pytest -m compile tests/integration_tests #3.10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make extended_tests #3.10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / poetry run pytest -m compile tests/integration_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test # pydantic: ~=2.6.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test # pydantic: ~=2.6.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / poetry run pytest -m compile tests/integration_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make extended_tests #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test # pydantic: ~=2.5.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / poetry run pytest -m compile tests/integration_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/langchain / make extended_tests #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test #3.10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.6.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/text-splitters / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.10.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/core / make test # pydantic: ~=2.5.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/partners/prompty / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636