We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0521f6a + 3fb9e00 commit 28382c8Copy full SHA for 28382c8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16)
9
10
- Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506)
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'
0 commit comments