Why this change is needed: 1. uv.lock revision was downgraded from 3 to 2, causing potential dependency resolution issues 2. Code formatting in test_e2e_multi_instance.py did not match ruff-format requirements How it solves it: 1. Restored uv.lock from main branch to get revision 3 back 2. Ran ruff format to auto-fix code formatting issues: - Split long print statement into multiple lines - Split long VectorParams instantiation into multiple lines Impact: - uv.lock now has correct revision number (3 instead of 2) - Code formatting now passes pre-commit ruff-format checks - Consistent with main branch dependency resolution Testing: - Verified uv.lock revision: head -3 uv.lock shows "revision = 3" - Verified formatting: uv run ruff format tests/test_e2e_multi_instance.py reports "1 file reformatted" |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| README_WORKSPACE_ISOLATION_TESTS.md | ||
| test_aquery_data_endpoint.py | ||
| test_base_storage_integrity.py | ||
| test_curl_aquery_data.sh | ||
| test_dimension_mismatch.py | ||
| test_e2e_multi_instance.py | ||
| test_embedding_func.py | ||
| test_graph_storage.py | ||
| test_lightrag_ollama_chat.py | ||
| test_postgres_migration.py | ||
| test_postgres_retry_integration.py | ||
| test_qdrant_migration.py | ||
| test_workspace_isolation.py | ||
| test_write_json_optimization.py | ||