diff --git a/stapi-fastapi/CHANGELOG.md b/stapi-fastapi/CHANGELOG.md index d1f5922..23e23da 100644 --- a/stapi-fastapi/CHANGELOG.md +++ b/stapi-fastapi/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.8.0] - 2025-12-03 +## [0.8.0] - 2025-12-18 ### Added diff --git a/stapi-fastapi/pyproject.toml b/stapi-fastapi/pyproject.toml index bcf199d..d97a9e8 100644 --- a/stapi-fastapi/pyproject.toml +++ b/stapi-fastapi/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "nox>=2024.4.15", "pydantic-settings>=2.2.1", "uvicorn>=0.29.0", - "stapi-pydantic>=0.0.3", + "stapi-pydantic>=0.1.0", ] [dependency-groups] diff --git a/stapi-pydantic/CHANGELOG.md b/stapi-pydantic/CHANGELOG.md index 97e3015..ec9a7c2 100644 --- a/stapi-pydantic/CHANGELOG.md +++ b/stapi-pydantic/CHANGELOG.md @@ -6,11 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] - 2025-07-17 - -### Changed - -- pydantic >= 2.12 is now required. +## [0.1.0] - 2025-12-18 ### Changed