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

build: properly pin pydantic v2 major version #290

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Conversation

korikuzma
Copy link
Member

Not updating ga4gh.vrs:

https://peps.python.org/pep-0440/#compatible-release

If a pre-release, post-release or developmental release is named in a compatible release clause as V.N.suffix, then the suffix is ignored when determining the required prefix match:

~= 1.4.5a4
>= 1.4.5a4, == 1.4.*

@korikuzma korikuzma added priority:medium Medium priority build Changes that affect the build system or dependencies labels Oct 20, 2023
@korikuzma korikuzma self-assigned this Oct 20, 2023
@korikuzma korikuzma merged commit cae10d7 into main Oct 20, 2023
21 checks passed
@korikuzma korikuzma deleted the fix-pydantic-pin branch October 20, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or dependencies priority:medium Medium priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants