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

Bug: Problems upgrading pydantic #4078

Open
Vince-janv opened this issue Jan 14, 2025 · 0 comments
Open

Bug: Problems upgrading pydantic #4078

Vince-janv opened this issue Jan 14, 2025 · 0 comments
Labels

Comments

@Vince-janv
Copy link
Contributor

Describe the bug
@beatrizsavinhas discovered and I confirmed that if one installs the latest version of pydantic (2.10.5) almost all of the delivery report tests break.

The problem seems to be the lack of discriminant when instantiating the cg.models.analysis.NextflowAnalysis in cg.meta.workflow.nf_analysis.NfAnalysisAPI.parse_analysis. The bug was not investigated further.

To Reproduce
Steps to reproduce the behavior:

  1. Run pip install pydantic=2.10.5 on your local computer
  2. Run pytests

Additional context
I believe this previous bug to have been caused by the same issue:
#3775

@Vince-janv Vince-janv added the Bug label Jan 14, 2025
@Vince-janv Vince-janv changed the title Bug: Problems upgrading pydanting Bug: Problems upgrading pydantic Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant