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

feat: add pending option to QC status #1048

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

dbirman
Copy link
Member

@dbirman dbirman commented Sep 6, 2024

No description provided.

@dbirman dbirman linked an issue Sep 6, 2024 that may be closed by this pull request
@dbirman
Copy link
Member Author

dbirman commented Sep 6, 2024

@jtyoung84 any insight about why the tests might be suddenly failing with this single-line addition? I can't get these failures to reproduce on my local python install.

@jtyoung84
Copy link
Collaborator

jtyoung84 commented Sep 6, 2024

Which version of pydantic are you running locally? We don't have an upper bound, so github actions is using 2.9.0, which is pretty new. We can add an upper bound to pyproject.toml if that's the issue.

@dbirman
Copy link
Member Author

dbirman commented Sep 6, 2024

Yep that's it, runs fine on 2.8. Looks like there might be breaking changes in 2.9. I can make a separate PR to restrict to <=2.8 and open an issue for the upgrade?

@jtyoung84
Copy link
Collaborator

Yep that's it, runs fine on 2.8. Looks like there might be breaking changes in 2.9. I can make a separate PR to restrict to <=2.8 and open an issue for the upgrade?

Maybe set it to <2.9?

@dbirman dbirman requested a review from saskiad September 6, 2024 02:27
@saskiad saskiad added this pull request to the merge queue Sep 6, 2024
Merged via the queue into dev with commit b13971f Sep 6, 2024
5 checks passed
@saskiad saskiad deleted the 1038-add-pending-to-qc-status-options branch September 6, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pending to QC status options
3 participants