We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cef645 commit f3d2833Copy full SHA for f3d2833
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v2.32.0](https://github.com/solvebio/solvebio-python/tree/v2.32.0) (2025-08-28)
4
+
5
+- Add support for upload of files bigger than 5GB (#498)
6
+- Dropped support for Python versions earlier than 3.8. (#497)
7
+- Upgraded form-data to version 2.5.4+ to address a security issue related to predictable multipart boundaries. (#492)
8
9
## [v2.31.2](https://github.com/solvebio/solvebio-python/tree/v2.31.2) (2025-07-28)
10
11
- Add api_host to the module (#490)
solvebio/version.py
@@ -3,4 +3,4 @@
# This file should define a variable VERSION which we use as the
# debugger version number.
-VERSION = '2.31.2'
+VERSION = '2.32.0'
0 commit comments