You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current rframe seems to use pydantic > 2.0.0, for example,
BaseModel
is only available in > 2.0.0rframe/rframe/schema.py
Line 7 in 06af8ef
But the requirement in pyproject.toml is > 1.9.0:
rframe/pyproject.toml
Line 24 in 06af8ef
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.
The text was updated successfully, but these errors were encountered: