Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project changelog for the next patch release and reformats a handful of imports to keep docstring_deprecated imports consistent across modules.
Changes:
- Add
4.20.5entries todocs/changelog.rst. - Reorder/relocate
docstring_deprecatedimports in several modules (no functional changes intended).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| weaviate/connect/helpers.py | Moves docstring_deprecated import to a different position in the import block. |
| weaviate/collections/classes/config.py | Consolidates docstring_deprecated import with other weaviate.util imports. |
| weaviate/collections/classes/config_vectorizers.py | Reorders imports to place docstring_deprecated with other local imports. |
| weaviate/collections/classes/config_named_vectors.py | Reorders imports to place docstring_deprecated with other local imports. |
| weaviate/collections/batch/collection.py | Reorders imports to place docstring_deprecated with other local imports. |
| weaviate/collections/batch/client.py | Reorders imports to place docstring_deprecated with other local imports. |
| docs/changelog.rst | Adds changelog section for version 4.20.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2007 +/- ##
==========================================
+ Coverage 87.84% 87.95% +0.10%
==========================================
Files 280 280
Lines 21347 21664 +317
==========================================
+ Hits 18752 19054 +302
- Misses 2595 2610 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.