-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add 313 testing and upgrade pydantic #472
Merged
Merged
Conversation
This file contains 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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
jamescalam
changed the title
feat: add 313 testing
feat: add 313 testing and upgrade pydantic
Dec 1, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #472 +/- ##
==========================================
- Coverage 73.61% 73.47% -0.15%
==========================================
Files 43 43
Lines 3548 3540 -8
==========================================
- Hits 2612 2601 -11
- Misses 936 939 +3 ☔ View full report in Codecov by Sentry. |
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.
PR Type
Adds Python 3.13 support and tests. Also includes pydantic updates. Closes #452
Description
pyproject.toml
and added a constraint for thefastembed
dependency.Changes walkthrough 📝
9 files
docs.yml
Update Python and Poetry versions in docs workflow
.github/workflows/docs.yml
lint.yml
Update Python and Poetry versions in lint workflow
.github/workflows/lint.yml
release.yml
Update Python and Poetry versions in release workflow
.github/workflows/release.yml
test.yml
Add Python 3.13 to test matrix and update Poetry
.github/workflows/test.yml
.pre-commit-config.yaml
Update default Python version in pre-commit config
.pre-commit-config.yaml
.python-version
Update Python version file
.python-version
.readthedocs.yaml
Update Python version in Read the Docs config
.readthedocs.yaml
Makefile
Update target Python version in Makefile
Makefile
pyproject.toml
Update Python version range and dependencies
pyproject.toml
fastembed
dependency.1 files
LICENSE
Update copyright year
LICENSE