You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ with Hyperbrowser(
74
74
```
75
75
76
76
> If you pass `config=...`, do not also pass `api_key`, `base_url`, or `headers`.
77
-
> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts). Numeric timeout inputs are normalized to float values before being applied to the underlying HTTP client.
77
+
> `timeout` may be provided to client constructors and must be finite and non-negative (`None` disables request timeouts). Numeric timeout inputs (including `Decimal`/`Fraction`) are normalized to float values before being applied to the underlying HTTP client.
78
78
79
79
## Clients
80
80
@@ -136,7 +136,7 @@ These methods now support explicit polling controls:
136
136
-`max_wait_seconds` (default `600.0`)
137
137
-`max_status_failures` (default `5`)
138
138
139
-
Timing values must be finite, non-negative numbers.
139
+
Timing values must be finite, non-negative numbers (including `Decimal`/`Fraction` inputs).
0 commit comments