From 7de24249cc7c743c793f20ed0c505faba40a04d8 Mon Sep 17 00:00:00 2001 From: Jordi Soucheiron Date: Tue, 11 Jun 2024 12:37:03 +0200 Subject: [PATCH] Add a changelog entry dropping python 3.7 support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e00f3..a18dd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## 1.0.0 ### Breaking changes - Pydantic updated to v2 including a reformat of the repository to comply with the new API. +- Drops python 3.7 support due to pydantic upgrade ## 0.22.0 ### Fixes