Skip to content

Commit 572f217

Browse files
committed
yanked version updated
1 parent 804c809 commit 572f217

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,21 @@ v2.5.1 (2024-04-02)
375375
- Parameters `internet_simulation` and `sample_name` from the `ticloud.DynamicAnalysis.detonate_sample` method are now used through the `**optiona_parameters` key-value parameter instead of as individual named parameters.
376376

377377

378-
2.8.1 (2025-02-17)
378+
2.8.1 (2025-02-17) - [YANKED]
379379
-------------------
380380

381381
#### Improvements
382382
- Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
383383
- Python 3.9 is now defined as the oldest version of Python supported by this project.
384384

385+
2.8.2 (2025-02-17)
386+
-------------------
387+
388+
#### Improvements
389+
- Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
390+
- Python 3.9 is now defined as the oldest version of Python supported by this project.
391+
392+
385393
### Reversinglabs SDK Cookbook changes
386394
#### Improvements
387395
- **Scenarios and Workflows** notebooks:

ReversingLabs/SDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
A Python SDK for communicating with ReversingLabs services.
66
"""
77

8-
__version__ = "2.8.1"
8+
__version__ = "2.8.2"

0 commit comments

Comments
 (0)