What's Changed
- Bump astral-sh/setup-uv from 3 to 4 in the github_actions group by dependabot in https://github.com/Metron-Project/Simyan/pull/185
- Cleanup Typing by Buried-In-Code in https://github.com/Metron-Project/Simyan/pull/186
Breaking Changes
Changed the type of url fields from `str` to `pydantic.HttpUrl`
A number of classes have either been removed or renamed
- BaseCharacter -> BasicCharacter
- ~CharacterEntry~
- BaseConcept -> BasicConcept
- ~ConceptEntry~
- BaseCreator -> BasicCreator
- ~CreatorEntry~
- CountEntry -> GenericCount
- CreatorEntry -> GenericCreator
- IssueEntry -> GenericIssue
- Image -> Images
- BaseIssue -> BasicIssue
- ~IssueEntry~
- BaseItem -> BasicItem
- ~ItemEntry~
- BaseLocation -> BasicLocation
- ~LocationEntry~
- BaseOrigin -> BasicOrigin
- ~OriginEntry~
- BasePower -> BasicPower
- ~PowerEntry~
- BasePublisher -> BasicPublisher
- ~PublisherEntry~
- BaseStoryArc -> BasicStoryArc
- ~StoryArcEntry~
- BaseTeam -> BasicTeam
- ~TeamEntry~
- BaseVolume -> BasicVolume
- ~VolumeEntry~
**Full Changelog**: https://github.com/Metron-Project/Simyan/compare/1.3.0...1.4.0