trismik 0.9.5__tar.gz → 0.9.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trismik
3
- Version: 0.9.5
3
+ Version: 0.9.8
4
4
  Summary:
5
5
  License-File: LICENSE
6
6
  Author: Bartosz Kielczewski
@@ -10,7 +10,7 @@ authors = [
10
10
  ]
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.9"
13
- version = "0.9.5"
13
+ version = "0.9.8"
14
14
 
15
15
  [project.optional-dependencies]
16
16
  examples = [
@@ -72,7 +72,7 @@ class TrismikAsyncClient:
72
72
  default_headers = {"x-api-key": self._api_key}
73
73
 
74
74
  self._http_client = http_client or httpx.AsyncClient(
75
- base_url=self._service_url, headers=default_headers
75
+ base_url=self._service_url, headers=default_headers, timeout=30.0
76
76
  )
77
77
 
78
78
  def _handle_http_error(self, e: httpx.HTTPStatusError) -> Exception:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes