Skip to content

Commit 28382c8

Browse files
Merge pull request #510 from solvebio/bump-version-v2.35.0
Bump version to v2.35.0 and update changelog
2 parents 0521f6a + 3fb9e00 commit 28382c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v2.35.0](https://github.com/solvebio/solvebio-python/tree/v2.35.0) (2026-02-12)
4+
5+
- Drop API key auth path: remove CLI --api-key.
6+
- Default auth handler/client token type switched to Bearer to align with access tokens only.
7+
38
## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16)
49

510
- Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506)

solvebio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# This file should define a variable VERSION which we use as the
55
# debugger version number.
6-
VERSION = '2.34.0'
6+
VERSION = '2.35.0'

0 commit comments

Comments
 (0)