We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dd36e commit bd711f6Copy full SHA for bd711f6
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16)
4
+
5
+- Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506)
6
+- Fixed EDP file paths for Windows file upload command (#503)
7
8
## [v2.33.0](https://github.com/solvebio/solvebio-python/tree/v2.33.0) (2025-11-06)
9
10
- Minor Python version compatibility updates (#502)
solvebio/version.py
@@ -3,4 +3,4 @@
# This file should define a variable VERSION which we use as the
# debugger version number.
-VERSION = '2.33.0'
+VERSION = '2.34.0'
0 commit comments