Commit d8a416f
committed
Remove unused StreamableHTTPTransport.get_session_id()
The method backed the get_session_id callback that streamable_http_client
used to yield as the third tuple element. That callback was removed in v2,
leaving the getter with no callers and no way to reach the transport
instance through the public entry point. Drop it along with the stale TODO
comments, and note the removal in the existing migration-guide section.1 parent c9c431b commit d8a416f
2 files changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2110 | 2110 | | |
2111 | 2111 | | |
2112 | 2112 | | |
2113 | | - | |
| 2113 | + | |
2114 | 2114 | | |
2115 | 2115 | | |
2116 | 2116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | 638 | | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | 639 | | |
648 | 640 | | |
649 | 641 | | |
| |||
0 commit comments