Skip to content

Commit f3d2833

Browse files
damnjanovictanjaTatjana Damnjanović
andauthored
Bump version to v2.32.0 (#499)
Co-authored-by: Tatjana Damnjanović <tatjana@solvebio.com>
1 parent 3cef645 commit f3d2833

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
39
## [v2.31.2](https://github.com/solvebio/solvebio-python/tree/v2.31.2) (2025-07-28)
410

511
- Add api_host to the module (#490)

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.31.2'
6+
VERSION = '2.32.0'

0 commit comments

Comments
 (0)