simplex 2.0.0__tar.gz → 2.0.1__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: simplex
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Official Python SDK for the Simplex API
5
5
  Author-email: Simplex <support@simplex.sh>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "simplex"
7
- version = "2.0.0"
7
+ version = "2.0.1"
8
8
  description = "Official Python SDK for the Simplex API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -35,7 +35,7 @@ from simplex.types import (
35
35
  SessionStatusResponse,
36
36
  )
37
37
 
38
- __version__ = "2.0.0"
38
+ __version__ = "2.0.1"
39
39
  __all__ = [
40
40
  "SimplexClient",
41
41
  "SimplexError",
@@ -21,7 +21,7 @@ from simplex.errors import (
21
21
  ValidationError,
22
22
  )
23
23
 
24
- __version__ = "2.0.0"
24
+ __version__ = "2.0.1"
25
25
 
26
26
 
27
27
  class HttpClient:
@@ -148,7 +148,7 @@ class SimplexClient:
148
148
  """
149
149
  try:
150
150
  response: SessionStatusResponse = self._http_client.get(
151
- f"/get_session_status/{session_id}"
151
+ f"/session/{session_id}/status"
152
152
  )
153
153
  return response
154
154
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simplex
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Official Python SDK for the Simplex API
5
5
  Author-email: Simplex <support@simplex.sh>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes