Python: Bump qdrant-client from 1.10.0 to 1.10.1 in /python
Bumps qdrant-client from 1.10.0 to 1.10.1.
Release notes
Sourced from qdrant-client's releases.
v1.10.1
Change log
Bug fixes 🐞
- qdrant/qdrant-client#674 - fix gRPC sparse vector params conversion
- qdrant/qdrant-client#682 - fix gRPC conversion in
query_pointsfor flat structures- qdrant/qdrant-client#682 - fix gRPC conversion during named multivectors upload
Commits
6c17384fix: fix grpc conversion bugs for sparse and multi vectors (#682)318260afix: skip no prefetch query test if version is low (#681)bbe17b3bump to v1.10.1e4b492dAdd a test for scrolling query with offset (#676)c168592fix: fix sparse vector config conversion in collection params (#674)37f8d00update qdrant version for v1.10 release- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Python Test Coverage Report
File Stmts Miss Cover Missing semantic_kernel kernel.py 157 7 96% 146, 157, 161, 311–314, 423 semantic_kernel/agents/open_ai open_ai_assistant_base.py 385 2 99% 301–302 semantic_kernel/connectors/ai/azure_ai_inference/services azure_ai_inference_chat_completion.py 149 4 97% 169, 312, 416, 430 semantic_kernel/connectors/ai/embeddings embedding_generator_base.py 8 1 88% 50 semantic_kernel/connectors/ai/google shared_utils.py 39 2 95% 100, 122 semantic_kernel/connectors/ai/google/google_ai/services google_ai_chat_completion.py 145 3 98% 149, 251, 287 utils.py 62 3 95% 138, 156–161 semantic_kernel/connectors/ai/google/vertex_ai/services utils.py 64 3 95% 140, 158–163 vertex_ai_chat_completion.py 145 3 98% 143, 244, 280 semantic_kernel/connectors/ai/hugging_face/services hf_text_completion.py 54 3 94% 97, 105, 136 hf_text_embedding.py 32 5 84% 79–83 semantic_kernel/connectors/openapi_plugin openapi_manager.py 58 2 97% 110–111 openapi_parser.py 88 1 99% 127 openapi_runner.py 105 2 98% 181–182 semantic_kernel/connectors/openapi_plugin/models rest_api_operation.py 129 1 99% 242 semantic_kernel/contents function_call_content.py 97 1 99% 201 semantic_kernel/functions kernel_function_decorator.py 98 1 99% 102 kernel_function_from_method.py 96 1 99% 153 kernel_function_from_prompt.py 154 7 95% 165–166, 180, 201, 219, 239, 322 kernel_plugin.py 187 2 99% 472, 475 semantic_kernel/planners plan.py 234 45 81% 54, 163–165, 197, 214–227, 264, 269, 277–278, 288–291, 308, 313, 329, 332–337, 355, 360, 363, 365, 372, 386–388, 393–397 semantic_kernel/planners/function_calling_stepwise_planner function_calling_stepwise_planner.py 116 4 97% 145, 189–190, 198 semantic_kernel/planners/sequential_planner sequential_planner.py 64 6 91% 71, 75, 109, 125, 134–135 sequential_planner_extensions.py 50 9 82% 31–32, 56, 110–124 sequential_planner_parser.py 77 12 84% 66–74, 93, 117–120 semantic_kernel/schema kernel_json_schema_builder.py 119 5 96% 50, 84, 206, 210–211 semantic_kernel/template_engine/blocks code_block.py 77 1 99% 119 named_arg_block.py 43 1 98% 98 semantic_kernel/utils/telemetry decorators.py 113 4 96% 232, 240, 243, 252 user_agent.py 16 2 88% 18–19 TOTAL 8648 143 98%
Python Unit Test Overview
| Tests | Skipped | Failures | Errors | Time |
|---|---|---|---|---|
| 2106 | 1 :zzz: | 0 :x: | 0 :fire: | 52.987s :stopwatch: |
@dependabot recreate
Superseded by #8080.