From 6417e69b3ed9fbf5148e66e9e86c949169984f9e Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 21 Nov 2024 17:51:31 +0100 Subject: [PATCH] chore: v7.3.3 Signed-off-by: Luka Peschke --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9d62654..c106d7424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [7.3.3] 2024-11-21 + +### Fixed + +- The lib is now compatible with pydantic 2.10 + ## [7.3.2] 2024-11-19 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 72b25b720..1cf7fb223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.3.2" +version = "7.3.3" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 2293b340f..ad0289bf8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=7.3.2 +sonar.projectVersion=7.3.3 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.