refactor/Mthds-user-agent-seam · L-260923-fd0e26 — User-Agent client surface in analytics - #42
Open
thomashebrard wants to merge 2 commits into
Open
thomashebrard wants to merge 2 commits into
thomashebrard wants to merge 2 commits into
Conversation
PipelexAPIClient overrides user_agent_sdk_tokens() to put pipelex-sdk-python before mthds-python and calls init_user_agent(app_info) from __init__. The package's own AppInfo and header builder are removed; pipelex_sdk.user_agent re-exports the mthds AppInfo and keeps only this SDK's token. mthds pin moves to 0.16.0. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…ent-seam # Conflicts: # CHANGELOG.md # pyproject.toml # uv.lock
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PipelexAPIClient now builds its User-Agent through the seam mthds 0.16.0 ships on MthdsAPIClient: it overrides user_agent_sdk_tokens() to put pipelex-sdk-python before mthds-python and calls init_user_agent(app_info) from its constructor, so the header keeps its shape without the package's own builder. pipelex_sdk.user_agent now re-exports the mthds AppInfo (details becomes a non-strict tuple, noted as Breaking) and keeps only this SDK's token, and the mthds pin moves to 0.16.0.
Advances L-260923-fd0e26
🤖 Generated with Claude Code