chore: bump version 0.12.1 #373
test-lmstudio.yml
on: pull_request
test-lmstudio
/
changed-files
5s
test-lmstudio
/
block-until-sdk-preview-finishes
2m 5s
Matrix: test-lmstudio.test-run
Annotations
5 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#L1544
test_async_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
TimeoutError: Run run-090f6262-eadc-4004-aac7-f9c8793651ee 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#L1446
test_background_token_streaming_greeting_without_assistant_message[qwen2.5-7b-instruct-1m]
letta_client.core.api_error.ApiError: headers: {'date': 'Thu, 09 Oct 2025 22:39:03 GMT', 'server': 'uvicorn', 'content-length': '159', 'content-type': 'application/json'}, status_code: 503, body: {'detail': '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#L1389
test_background_token_streaming_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
letta_client.core.api_error.ApiError: headers: {'date': 'Thu, 09 Oct 2025 22:39:02 GMT', 'server': 'uvicorn', 'content-length': '159', 'content-type': 'application/json'}, status_code: 503, body: {'detail': '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#L1216
test_token_streaming_greeting_with_assistant_message[qwen2.5-7b-instruct-1m]
AssertionError: assert 3 == 4
+ where 3 = len([ReasoningMessage(id='message-69efebe6-76e1-4f30-a25d-9f8477b9e286', date=datetime.datetime(2025, 10, 9, 22, 38, 25, tzinfo=TzInfo(UTC)), name=None, message_type='reasoning_message', otid='69efebe6-76e1-4f30-a25d-9f8477b9e280', sender_id=None, step_id='step-2484ca3b-d877-473d-9ecc-21df21846aa1', is_err=None, seq_id=None, run_id='run-d6c6567d-d26e-443a-95ca-0e9b4cc94fb5', source='non_reasoner_model', reasoning=' ', signature=None), LettaStopReason(message_type='stop_reason', stop_reason='end_turn'), LettaUsageStatistics(message_type='usage_statistics', completion_tokens=39, prompt_tokens=1839, total_tokens=1878, step_count=1, steps_messages=None, run_ids=None)])
|
|
test-lmstudio / test-run (integration_test_send_message.py):
.venv/lib/python3.12/site-packages/letta_client/core/jsonable_encoder.py#L47
The `dict` method is deprecated; use `model_dump` instead.
|
|
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):
tests/integration_test_send_message.py#L1795
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.
|