From 00d06aec9544b9b17a58a1b6edbbbc1341cc0359 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 14 Oct 2024 17:03:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(project)=20update=20changelogs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need to do it in a separated commit. --- src/api/CHANGELOG.md | 5 +++++ src/client/CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/src/api/CHANGELOG.md b/src/api/CHANGELOG.md index d340cbf6..3f962fc9 100644 --- a/src/api/CHANGELOG.md +++ b/src/api/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +### Changed + +- Upgrade fastapi to `0.115.2` +- Upgrade pyinstrument to `5.0.0` + ## [0.13.0] - 2024-10-11 ### Fixed diff --git a/src/client/CHANGELOG.md b/src/client/CHANGELOG.md index fbd8b70e..b3250a05 100644 --- a/src/client/CHANGELOG.md +++ b/src/client/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to ### Changed +- Upgrade anyio to `4.6.1` - Upgrade Pydantic to `2.9.1` - Upgrade pydantic-settings to `2.5.2`