clerk-sdk 0.5.7__py3-none-any.whl → 0.5.8__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.
clerk/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from .client import Clerk
2
2
 
3
3
 
4
- __version__ = "0.5.7"
4
+ __version__ = "0.5.8"
@@ -22,7 +22,7 @@ wss_uri = "wss://agent-manager.f-one.group/action"
22
22
 
23
23
  async def connect_to_ws(uri: str) -> ClientConnection:
24
24
  # Same knobs as before, just via the new connect()
25
- return await connect(uri, max_size=2**23, ping_timeout=3600)
25
+ return await connect(uri, max_size=2**26, ping_timeout=3600)
26
26
 
27
27
 
28
28
  async def close_ws_connection(ws_conn: ClientConnection):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clerk-sdk
3
- Version: 0.5.7
3
+ Version: 0.5.8
4
4
  Summary: Library for interacting with Clerk
5
5
  Project-URL: Homepage, https://github.com/F-ONE-Group/clerk_pypi
6
6
  Author-email: F-One <contact@f-one.group>
@@ -1,4 +1,4 @@
1
- clerk/__init__.py,sha256=P4zvTJNHqUvq__WCXHwp_nNYiQLxr1jQFIQSefqu9OA,50
1
+ clerk/__init__.py,sha256=VzJGCDzhcxnxxL_3jMTrJkSpzpBvf-eENxpTCtkRKO8,50
2
2
  clerk/base.py,sha256=lbFTdpdDfsmYIQUFH93S1aw0-L6GNJwAcubW1tdMFX4,3967
3
3
  clerk/client.py,sha256=JGhDUb4m8R7ZTHLxFsAwAw0vNA1kxewg5-GC6qOFYDk,5244
4
4
  clerk/decorator/__init__.py,sha256=yGGcS17VsZ7cZ-hVGCm3I3vGDJMiJIAqmDGzriIi0DI,65
@@ -34,7 +34,7 @@ clerk/gui_automation/client_actor/client_actor.py,sha256=RX03JgwcWgCjn7pRHDFu26o
34
34
  clerk/gui_automation/client_actor/exception.py,sha256=Z66TwaoplRL3VKy3y6V-G0tnQFkjytXEFUQMhQDHwJo,642
35
35
  clerk/gui_automation/client_actor/model.py,sha256=wVpFCi1w2kh4kAV8oNx489vf_SLUQnqhc02rFD5NIJA,6335
36
36
  clerk/gui_automation/decorators/__init__.py,sha256=OCgXStEumscgT-RyVy5OKS7ml1w9y-lEnjCVnxuRnQs,43
37
- clerk/gui_automation/decorators/gui_automation.py,sha256=MI3hKFqwapvAtl6BbMX5njTStadzdiQ0lPXBug1qa3I,3500
37
+ clerk/gui_automation/decorators/gui_automation.py,sha256=Fvzd6HVXmga3lSxVOoIIYtpCNZNQLjLXORukIZR8wnI,3500
38
38
  clerk/gui_automation/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  clerk/gui_automation/exceptions/agent_manager.py,sha256=KFWFWQ7X_8Z9XG__SMzb1jKI3yNoVTPJAXzW5O-fSXc,101
40
40
  clerk/gui_automation/exceptions/websocket.py,sha256=-MdwSwlf1hbnu55aDgk3L1znkTZ6xJS6po5VpEGD9ck,117
@@ -63,8 +63,8 @@ clerk/models/ui_operator.py,sha256=mKTJUFZgv7PeEt5oys28HVZxHOJsofmRQOcRpqj0dbU,2
63
63
  clerk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
64
  clerk/utils/logger.py,sha256=NrMIlJfVmRjjRw_N_Jngkl0qqv7btXUbg5wxcRmFEH4,3800
65
65
  clerk/utils/save_artifact.py,sha256=94aYkYNVGcSUaSWZmdjiY6Oc-3yCKb2XWCZ56IAXQqk,1158
66
- clerk_sdk-0.5.7.dist-info/METADATA,sha256=_BQJGGRAJdblTGl3XgyN9n8t1wfuzasR6RD9PwtP5hA,9635
67
- clerk_sdk-0.5.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
68
- clerk_sdk-0.5.7.dist-info/entry_points.txt,sha256=VoUmW07sRRSioms5pqQ4A6CYxNEyhGA93GtyBlB_wGw,53
69
- clerk_sdk-0.5.7.dist-info/licenses/LICENSE,sha256=GTVQl3vH6ht70wJXKC0yMT8CmXKHxv_YyO_utAgm7EA,1065
70
- clerk_sdk-0.5.7.dist-info/RECORD,,
66
+ clerk_sdk-0.5.8.dist-info/METADATA,sha256=TytUb6ss1EOrO1WG1_6qxaLxu4Fj8z2N8nUHQTuN8ro,9635
67
+ clerk_sdk-0.5.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
68
+ clerk_sdk-0.5.8.dist-info/entry_points.txt,sha256=VoUmW07sRRSioms5pqQ4A6CYxNEyhGA93GtyBlB_wGw,53
69
+ clerk_sdk-0.5.8.dist-info/licenses/LICENSE,sha256=GTVQl3vH6ht70wJXKC0yMT8CmXKHxv_YyO_utAgm7EA,1065
70
+ clerk_sdk-0.5.8.dist-info/RECORD,,