Commit 161e513
committed
fix: complete timeout float standardization
- Remove .total_seconds() calls in session_group.py (values are now floats)
- Update test_streamable_http.py to use float timeout values
- Change timeout=60 to timeout=60.0 in simple-auth-client example
- Change timeout=10 to timeout=10.0 in test_session_group.py1 parent 9873cbf commit 161e513
File tree
4 files changed
+6
-7
lines changed- examples/clients/simple-auth-client/mcp_simple_auth_client
- src/mcp/client
- tests
- client
4 files changed
+6
-7
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
2370 | 2369 | | |
2371 | 2370 | | |
2372 | 2371 | | |
2373 | | - | |
2374 | | - | |
| 2372 | + | |
| 2373 | + | |
2375 | 2374 | | |
2376 | 2375 | | |
2377 | 2376 | | |
| |||
0 commit comments