Skip to content
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

chore: replace semver dependency with packaging #1311

Merged
merged 5 commits into from
May 28, 2024

Conversation

pmeier
Copy link
Contributor

@pmeier pmeier commented May 16, 2024

Fixes #1296 per title. See #1298 (comment) Cc @wjones127

@github-actions github-actions bot added the Python Python SDK label May 16, 2024
Copy link

ACTION NEEDED

Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.


PYDANTIC_VERSION = semver.parse_version_info(pydantic.__version__)
PYDANTIC_VERSION = Version(pydantic.__version__)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically a BC break since this is a public attribute, i.e. lancedb.pydantic.PYDANTIC_VERSION. Thoughts?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh I don't think anyone should be relying on this, and it's easy for them to change their code to not. So I don't feel the need to mark it as a breaking change.

@pmeier pmeier changed the title replace semver dependency with packaging chore: replace semver dependency with packaging May 16, 2024
@github-actions github-actions bot added the chore label May 16, 2024
Copy link
Contributor

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you!

@wjones127 wjones127 merged commit 1ad1c08 into lancedb:main May 28, 2024
10 checks passed
@wjones127
Copy link
Contributor

Thanks @pmeier. Apologies for the delay in merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Python Python SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix semvar deprication warning
2 participants