Skip to content

Commit 8206ec6

Browse files
committed
Merge branch 'develop' into 'main'
Edit README.md See merge request integrations/sdk/reversinglabs-sdk-py3!19
2 parents 4a86db1 + 2cb61af commit 8206ec6

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+9-1
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:

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include LICENSE
2-
include logo.png
32
include CHANGELOG.md

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
![ReversingLabs](./logo.png)
2-
3-
41
# ReversingLabs SDK
52

63
The official Python SDK for using ReversingLabs services.

ReversingLabs/SDK/__init__.py

+1-1
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"

logo.png

-4.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)