Closed
Description
Description
python-semantic-release 8.0.2 depends on pydantic<2 and >=1.10.2
Use cases
This would support consumers who depend on pydantic>2.0
.
Possible implementation
It seems like this code base mostly relies on basic pydantic.dataclasses.dataclass
and pydantic.BaseModel
functionality, so I would bet that we could just unpin pydantic and it would still work.