From f227e35f2f2c4bc1152a80561a936d1442b9563a Mon Sep 17 00:00:00 2001 From: Clay McGinnis Date: Thu, 28 May 2026 11:13:04 -0700 Subject: [PATCH] chore: bump package version to 0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release vehicle for #67 (region/runtime accept str|enum and become optional → API applies org default). v0.27.0 was already published from a previous release so we bump straight to 0.28.0 for the new feature. --- pyproject.toml | 2 +- uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 538d50a..3d2aae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wherobots-python-dbapi" -version = "0.27.0" +version = "0.28.0" description = "Python DB-API driver for Wherobots DB" authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }] requires-python = ">=3.10, <4" diff --git a/uv.lock b/uv.lock index 0062282..2fe876e 100644 --- a/uv.lock +++ b/uv.lock @@ -1147,7 +1147,7 @@ wheels = [ [[package]] name = "wherobots-python-dbapi" -version = "0.25.3" +version = "0.28.0" source = { editable = "." } dependencies = [ { name = "cbor2" }, @@ -1187,10 +1187,10 @@ requires-dist = [ { name = "pandas-stubs", specifier = ">=2.0.3.230814" }, { name = "pyarrow", specifier = ">=14.0.2" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8.0.2" }, - { name = "requests", specifier = ">=2.32.3" }, + { name = "requests", specifier = ">=2.31.0" }, { name = "strenum", specifier = ">=0.4.15,<0.5" }, { name = "tenacity", specifier = ">=8.2.3" }, - { name = "types-requests", specifier = ">=2.32.0.20241016" }, + { name = "types-requests", specifier = ">=2.31.0" }, { name = "websockets", specifier = ">=13.0" }, ] provides-extras = ["test"]