From 69d1e02c84c17d13ed1aae1d05a5edcfb0a5b705 Mon Sep 17 00:00:00 2001 From: Pino de Candia <32303022+pinodeca@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:37:22 +0000 Subject: [PATCH] chore: update duroxide to 0.1.30 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29b0c2..32620f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [Unreleased] + +### Changed + +- **Bumped `duroxide` dependency** — `0.1.29` → `0.1.30`. + ## [0.1.26] - 2026-05-25 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 61ff9c2..3bac1d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "duroxide_python" crate-type = ["cdylib"] [dependencies] -duroxide = { version = "0.1.29", features = ["sqlite"] } +duroxide = { version = "0.1.30", features = ["sqlite"] } duroxide-pg = "0.1.34" pyo3 = { version = "0.23", features = ["extension-module"] } async-trait = "0.1" diff --git a/pyproject.toml b/pyproject.toml index a71797e..f8a50c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] [project.optional-dependencies] -dev = ["pytest>=7.0", "psycopg2-binary>=2.9"] +dev = ["pytest>=7.0", "psycopg2-binary>=2.9", "python-dotenv>=1.0"] [tool.maturin] features = ["pyo3/extension-module"]