Releases: DevoInc/python-sdk
Releases · DevoInc/python-sdk
Release list
v7.0.2
What's Changed
- Changed way of defining dependencies by @felipe-conde-devo in #307
- Changed way of defining dependencies (2) by @felipe-conde-devo in #308
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- Updated some dependencies by @felipe-conde-devo in #306
Full Changelog: v7.0.0...v7.0.1
v7.0.0
[7.0.0] - 2026-02-11
Removed
- Python 3.9 support. Minimum required Python version is now 3.10.
Changed
- Changed some dependencies:
| Dependency | From | To |
|---|---|---|
| pyopenssl | ~=25.3.0 | ~=26.0.0 |
| pytz | ~=2025.2 | ~=2026.1 |
| pebble | ~=5.1.3 | ~=5.2.0 |
| pytest | ~=8.4.2 | ~=9.0.0 |
| pytest-cov | ~=5.0.0 | ~=6.0.0 |
| responses | ~=0.25.8 | ~=0.26.0 |
Full Changelog: v6.0.7...v7.0.0
v6.0.7
[6.0.7] - 2026-02-11
Changed
- Changed some dependencies:
| Dependency | From | To |
|---|---|---|
| click | ==8.3.1 | ~=8.3.1 |
| pem | ~=21.2.0 | ~=23.1.0 |
| cryptography | ~=44.0.3 | Removed (transitive via pyOpenSSL) |
| certifi | ~=2026.1.4 | Removed (transitive via requests) |
Full Changelog: v6.0.6...v6.0.7
v6.0.6
v6.0.5
[6.0.5] - 2025-05-23
Added
- API Lookup developer guide in documentation
Deprecated
- Deprecation message in lookup upload functionality modified
Contributions
Full Changelog: v6.0.4...v6.0.5
v6.0.4
v6.0.3
[6.0.3] - 2025-03-20
What's Changed
Deprecated
- Right now the upload of lookups is based on the
my.lookup.dataandmy.lookup.controltables.
This method will soon be deprecated on the Devo backend.
As an alternative, you can use the Lookups API: Lookups API Documentation.
The Python SDK will support the Lookups API in future versions.
Contributions
Full Changelog: v6.0.2...v6.0.3
v6.0.2
v6.0.1
[6.0.1] - 2025-02-05
What's Changed
Added
- Added Python 3.13 support
Changed
- Change logger name in
common/sender/data.pyso it logs todevo.datainstead to ROOT
Fixed
- Bump security libraries to updated versions
test_api_clicorrected as error code changed nomenclature
Contributions
- Data logging by @franjuan in #296
- feat: logging to "devo.data" instead of "root" by @felipe-conde-devo in #295
Full Changelog: v6.0.0...v6.0.1