From 659f41c39f65dbd18ce8481ad18129aa365e1e06 Mon Sep 17 00:00:00 2001 From: damnjanovictanjapfm Date: Thu, 12 Feb 2026 14:23:41 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4edb4f..d241d7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v2.35.0](https://github.com/solvebio/solvebio-python/tree/v2.35.0) (2026-02-12) + +- Drop API key auth path: remove CLI --api-key. +- Default auth handler/client token type switched to Bearer to align with access tokens only. + ## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16) - Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506) From 3fb9e009aaf8e3565fe7cadc5a4cac770cb7984e Mon Sep 17 00:00:00 2001 From: damnjanovictanjapfm Date: Thu, 12 Feb 2026 14:24:15 +0100 Subject: [PATCH 2/2] Update version.py --- solvebio/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solvebio/version.py b/solvebio/version.py index f399831e..cb7fa3eb 100644 --- a/solvebio/version.py +++ b/solvebio/version.py @@ -3,4 +3,4 @@ # This file should define a variable VERSION which we use as the # debugger version number. -VERSION = '2.34.0' +VERSION = '2.35.0'