turingdb 0.2.4__py3-none-any.whl → 0.2.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of turingdb might be problematic. Click here for more details.

turingdb/turingdb.py CHANGED
@@ -17,13 +17,13 @@ class TuringDB:
17
17
  instance_id: str = "",
18
18
  auth_token: str = "",
19
19
  host: str = "https://engines.turingdb.ai/sdk",
20
+ timeout: Optional[int] = None,
20
21
  ):
21
22
  import httpx
22
23
  import copy
23
24
 
24
25
  self.host = host
25
-
26
- self._client = httpx.Client(auth=None, verify=False)
26
+ self._client = httpx.Client(auth=None, verify=False, timeout=timeout)
27
27
 
28
28
  self._params = {
29
29
  "graph": "default",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: turingdb
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: TuringDB python sdk
5
5
  Project-URL: Homepage, https://github.com/turing-db/turingdb-sdk-python
6
6
  Project-URL: Repository, https://github.com/turing-db/turingdb-sdk-python
@@ -0,0 +1,8 @@
1
+ turingdb/__init__.py,sha256=zOhbnDfi_6Zf2aLn7mZho-xHIydeLd8-1TIT2_046Kg,95
2
+ turingdb/__init__.pyi,sha256=O6ZMBGuBgXInR2anKZI3ycMZECIuhlsTUanZiHjZEqs,790
3
+ turingdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ turingdb/turingdb.py,sha256=xn4v-SLwjS-8v9YyriUhF7GgNBjOH1Du6cJZ42PYvzM,4808
5
+ turingdb-0.2.5.dist-info/METADATA,sha256=YIF4mQepRtNVYst_knRfveBrTP3KoWEc7ZntECxYC7s,519
6
+ turingdb-0.2.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ turingdb-0.2.5.dist-info/licenses/LICENSE.txt,sha256=PgwD9hjeoyWO93yZQnxCyt0s-PlhXWLgqdCPpB91GhY,1078
8
+ turingdb-0.2.5.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- turingdb/__init__.py,sha256=zOhbnDfi_6Zf2aLn7mZho-xHIydeLd8-1TIT2_046Kg,95
2
- turingdb/__init__.pyi,sha256=O6ZMBGuBgXInR2anKZI3ycMZECIuhlsTUanZiHjZEqs,790
3
- turingdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- turingdb/turingdb.py,sha256=79NqNyjjY9uzbH6Qw6zGAKdLi9zuMn5S9M_FW6jUhXw,4753
5
- turingdb-0.2.4.dist-info/METADATA,sha256=1UxFMqOGgJBYHIji3o9FScPNqOqt5s0WWuBnl-c6eic,519
6
- turingdb-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- turingdb-0.2.4.dist-info/licenses/LICENSE.txt,sha256=PgwD9hjeoyWO93yZQnxCyt0s-PlhXWLgqdCPpB91GhY,1078
8
- turingdb-0.2.4.dist-info/RECORD,,