File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " binaryai"
7
- version = " 0.7.0alpha2 "
7
+ version = " 0.7.0alpha3 "
8
8
description = " BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis."
9
9
license = " GPLv3"
10
10
authors = [
" binaryai <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
4
- from hashlib import sha256
5
-
6
- import hmac
7
- import hashlib
8
4
import datetime
5
+ import hashlib
6
+ import hmac
9
7
import typing
8
+ from hashlib import sha256
10
9
11
10
import httpx
12
11
Original file line number Diff line number Diff line change 1
1
import datetime
2
- import unittest .mock as mock
3
- import httpx
4
2
import unittest
3
+ import unittest .mock as mock
5
4
import zoneinfo
6
5
6
+ import httpx
7
+
7
8
from binaryai .utils import QCloudHttpxAuth
8
9
9
10
You can’t perform that action at this time.
0 commit comments