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

Outdated pydantic requirement in pyproject.toml #60

Open
yuema137 opened this issue Mar 20, 2024 · 0 comments
Open

Outdated pydantic requirement in pyproject.toml #60

yuema137 opened this issue Mar 20, 2024 · 0 comments

Comments

@yuema137
Copy link

The current rframe seems to use pydantic > 2.0.0, for example, BaseModel is only available in > 2.0.0

from pydantic import BaseModel, ValidationError, validate_model

But the requirement in pyproject.toml is > 1.9.0:

pydantic = "^1.9.0"

As the requirement is not consistent, we should update accordingly. Otherwise, there will be some conflicts for other packages depending on Pydantic:
rframe 0.2.20 requires pydantic<2.0.0,>=1.9.0, but you have pydantic 2.6.4 which is incompatible.

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

No branches or pull requests

1 participant