chore: bump version 0.13.0 #395
test-lmstudio.yml
on: pull_request
test-lmstudio
/
changed-files
20s
test-lmstudio
/
block-until-sdk-preview-finishes
3m 8s
Matrix: test-lmstudio.test-run
Annotations
6 errors and 10 warnings
|
test-lmstudio / test-run (integration_test_send_message.py)
Process completed with exit code 1.
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L1545
test_async_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
TimeoutError: Run run-84dfc3a2-304e-4fa4-b7ad-d9eb20c73347 did not complete within 30.0 seconds (last status: created)
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L1447
test_background_token_streaming_greeting_without_assistant_message[qwen2.5-7b-instruct-1m]
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 24 Oct 2025 22:27:05 GMT', 'server': 'uvicorn', 'content-length': '182', 'content-type': 'application/json'}, status_code: 503, body: {'detail': 'INTERNAL_SERVER_ERROR: Background streaming requires Redis to be running. Please ensure Redis is properly configured. LETTA_REDIS_HOST: localhost, LETTA_REDIS_PORT: 6379'}
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L1390
test_background_token_streaming_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 24 Oct 2025 22:27:05 GMT', 'server': 'uvicorn', 'content-length': '182', 'content-type': 'application/json'}, status_code: 503, body: {'detail': 'INTERNAL_SERVER_ERROR: Background streaming requires Redis to be running. Please ensure Redis is properly configured. LETTA_REDIS_HOST: localhost, LETTA_REDIS_PORT: 6379'}
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L1217
test_token_streaming_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
AssertionError: assert 3 == 4
+ where 3 = len([ReasoningMessage(id='message-934e9f7b-b255-4d28-aaa8-cc208c7eb7b5', date=datetime.datetime(2025, 10, 24, 22, 26, 26, tzinfo=TzInfo(UTC)), name=None, message_type='reasoning_message', otid='934e9f7b-b255-4d28-aaa8-cc208c7eb780', sender_id=None, step_id='step-d207fbf2-aef2-43bc-adf9-5ae4620abfcb', is_err=None, seq_id=None, run_id='run-70c1f92a-6bb3-45a3-b397-62bc415ddd46', source='non_reasoner_model', reasoning=' ', signature=None), LettaStopReason(message_type='stop_reason', stop_reason='end_turn'), LettaUsageStatistics(message_type='usage_statistics', completion_tokens=36, prompt_tokens=1818, total_tokens=1854, step_count=1, steps_messages=None, run_ids=None)])
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L830
test_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
httpx.ReadTimeout: timed out
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/websockets_impl.py#L14
websockets.server.WebSocketServerProtocol is deprecated
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/fastapi/openapi/utils.py#L246
Duplicate Operation ID create_chat_completion for function create_chat_completion at /home/ci-runner/actions-runner/_work/letta/letta/letta/server/rest_api/routers/v1/chat_completions.py
|
|
test-lmstudio / test-run (integration_test_send_message.py):
tests/integration_test_send_message.py#L1796
Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/fields.py#L1093
Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'example')
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
|