Skip to content

Commit f6def2e

Browse files
authored
Merge branch 'main' into async
2 parents bf8ff0a + fdc7a91 commit f6def2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maestro-knowledge"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"

tests/test_vector_db_milvus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ async def test_get_document_document_not_found(
629629

630630
@pytest.mark.asyncio
631631
@patch("pymilvus.AsyncMilvusClient")
632+
@pytest.mark.filterwarnings("ignore:Failed to connect to Milvus")
632633
async def test_get_document_no_client(self, mock_milvus_client: AsyncMock) -> None:
633634
"""Test getting a document when client is not available."""
634635
mock_milvus_client.side_effect = Exception("Connection failed")

0 commit comments

Comments
 (0)