anchorbrowser 0.5.2__py3-none-any.whl → 0.5.4__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.
anchorbrowser/_client.py CHANGED
@@ -412,6 +412,8 @@ class AsyncAnchorbrowser(AsyncAPIClient):
412
412
 
413
413
 
414
414
  class AnchorbrowserWithRawResponse:
415
+ _client: Anchorbrowser
416
+
415
417
  def __init__(self, client: Anchorbrowser) -> None:
416
418
  self.profiles = profiles.ProfilesResourceWithRawResponse(client.profiles)
417
419
  self.sessions = sessions.SessionsResourceWithRawResponse(client.sessions)
@@ -425,6 +427,8 @@ class AnchorbrowserWithRawResponse:
425
427
 
426
428
 
427
429
  class AsyncAnchorbrowserWithRawResponse:
430
+ _client: AsyncAnchorbrowser
431
+
428
432
  def __init__(self, client: AsyncAnchorbrowser) -> None:
429
433
  self.profiles = profiles.AsyncProfilesResourceWithRawResponse(client.profiles)
430
434
  self.sessions = sessions.AsyncSessionsResourceWithRawResponse(client.sessions)
@@ -438,6 +442,8 @@ class AsyncAnchorbrowserWithRawResponse:
438
442
 
439
443
 
440
444
  class AnchorbrowserWithStreamedResponse:
445
+ _client: Anchorbrowser
446
+
441
447
  def __init__(self, client: Anchorbrowser) -> None:
442
448
  self.profiles = profiles.ProfilesResourceWithStreamingResponse(client.profiles)
443
449
  self.sessions = sessions.SessionsResourceWithStreamingResponse(client.sessions)
@@ -451,6 +457,8 @@ class AnchorbrowserWithStreamedResponse:
451
457
 
452
458
 
453
459
  class AsyncAnchorbrowserWithStreamedResponse:
460
+ _client: AsyncAnchorbrowser
461
+
454
462
  def __init__(self, client: AsyncAnchorbrowser) -> None:
455
463
  self.profiles = profiles.AsyncProfilesResourceWithStreamingResponse(client.profiles)
456
464
  self.sessions = sessions.AsyncSessionsResourceWithStreamingResponse(client.sessions)
@@ -5,10 +5,10 @@ import httpx
5
5
  RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
6
6
  OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
7
7
 
8
- # default timeout is 1 minute
9
- DEFAULT_TIMEOUT = httpx.Timeout(timeout=1200, connect=20.0)
8
+ # default timeout is 1 hour
9
+ DEFAULT_TIMEOUT = httpx.Timeout(timeout=3600000, connect=20.0)
10
10
  DEFAULT_MAX_RETRIES = 0
11
- DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=100000, max_keepalive_connections=20)
11
+ DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=100000, max_keepalive_connections=100)
12
12
 
13
13
  INITIAL_RETRY_DELAY = 0.5
14
14
  MAX_RETRY_DELAY = 8.0
anchorbrowser/_version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "anchorbrowser"
4
- __version__ = "0.5.2" # x-release-please-version
4
+ __version__ = "0.5.4" # x-release-please-version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: anchorbrowser
3
- Version: 0.5.2
3
+ Version: 0.5.4
4
4
  Summary: The official Python library for the anchorbrowser API
5
5
  Project-URL: Homepage, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
6
6
  Project-URL: Repository, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
@@ -1,8 +1,8 @@
1
1
  anchorbrowser/__init__.py,sha256=Wl16NhVAsaRBCpDtHZjZXDY31QMKfCIRNjzJcfb8D9E,2728
2
2
  anchorbrowser/_base_client.py,sha256=3FSjbo_FJTd21pzokFG_tuMxFMaUbGbiYKh3ds8KaWo,67242
3
- anchorbrowser/_client.py,sha256=kOirdFb7E1Ka4i8OmYvReMdFN4L-uvY9l_X2Zk-lNXs,19478
3
+ anchorbrowser/_client.py,sha256=_jTEK4uIotSWaRHANoe9_0K61i8qzNBwE9Um_P3fgHg,19600
4
4
  anchorbrowser/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
5
- anchorbrowser/_constants.py,sha256=rKs4WwdZfRAvd1f_BWJm7vbaHYIdDm7Z7tz5NQKGbPM,468
5
+ anchorbrowser/_constants.py,sha256=5PS9gNlT7aVkf5APKjCI8lcWqII_saRiroEzDScVKEU,470
6
6
  anchorbrowser/_exceptions.py,sha256=Qz7WOsYUFZ3bEoN28V-C9Wk-EvYerqP83-fMUINlZKQ,3234
7
7
  anchorbrowser/_files.py,sha256=l2iwVskD9JQ4iZJU9ZcsucF4VBARg5nEFWpiFfPcT-M,3630
8
8
  anchorbrowser/_models.py,sha256=_qXPD2dQpvS5hqULjyh4V6J6ejhmMMnSkgCZx5BWZYc,31836
@@ -11,7 +11,7 @@ anchorbrowser/_resource.py,sha256=7lE1EgpVj5kwckk-27umtigTOf9nKTyRl97cgNwRbRQ,11
11
11
  anchorbrowser/_response.py,sha256=xsiyWOC8LWW-NvbFtZ-MJD4f7eI9RnivKwtKImZ-8o4,28860
12
12
  anchorbrowser/_streaming.py,sha256=ey2jst1hntYHV6HDiCFfHhWr_dUCSG4dG-VUqQkmCQ4,10249
13
13
  anchorbrowser/_types.py,sha256=nAsmJDL_VDIWprgQ9LdTLnW1NtUssCOAD8OKIqeaHQ8,7302
14
- anchorbrowser/_version.py,sha256=O615Ge6OxQIaGJzie9qLIe_TsCdT0Ha5nApPVL-_uc8,165
14
+ anchorbrowser/_version.py,sha256=zNxTo64DMT42melvobvitW2ezbVwLa6w7NKAOzsG3qw,165
15
15
  anchorbrowser/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  anchorbrowser/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
17
  anchorbrowser/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
@@ -116,7 +116,7 @@ anchorbrowser/types/sessions/agent/file_upload_response.py,sha256=9DnqplfvEud89U
116
116
  anchorbrowser/types/sessions/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
117
117
  anchorbrowser/types/shared/__init__.py,sha256=FQKjY3VDxI8T0feNRazdY5TOqb2KDeEwZaoJjsxuEl4,152
118
118
  anchorbrowser/types/shared/success_response.py,sha256=l9OWrucXoSjBdsx5QKdvBPFtxv8d0YdpYY6iL5cWWuc,314
119
- anchorbrowser-0.5.2.dist-info/METADATA,sha256=c3Co87zcx8pn_9N9ygGiGxW4NYFAh13jHnPDTU6jtp0,15407
120
- anchorbrowser-0.5.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
121
- anchorbrowser-0.5.2.dist-info/licenses/LICENSE,sha256=QYTH6OztHxnELDn890vME8F7-euzmsHhWI4XOSYxwOg,11343
122
- anchorbrowser-0.5.2.dist-info/RECORD,,
119
+ anchorbrowser-0.5.4.dist-info/METADATA,sha256=Idx4fFZOH3fNmS41Zf93iD0Y5bdKruXRQff10YbxRwI,15407
120
+ anchorbrowser-0.5.4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
121
+ anchorbrowser-0.5.4.dist-info/licenses/LICENSE,sha256=QYTH6OztHxnELDn890vME8F7-euzmsHhWI4XOSYxwOg,11343
122
+ anchorbrowser-0.5.4.dist-info/RECORD,,