release: 0.8.3 — version bump#43
Merged
Merged
Conversation
…l-LOUD wire tag Version bump after PR #42: the wire-format fixes from 0.8.2 closed the silent zero-billing bug on the httpx path. 0.8.3 closes it on the langgraph callback path (langchain-openai 1.x puts the date-suffixed model on LLMResult.llm_output, not on AIMessage response_metadata), the init-ordering hazard (ChatOpenAI(...) built before nullrun.init() never sees the class-level __init__ wrap), and promotes the missing-model wire failure from WARN to fail-LOUD (ERROR + dropped_llm_call_no_model counter + __missing_model wire flag the backend can reject with HTTP 422). CHANGELOG entry added above 0.8.2. No public-API break.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Trivial version bump + CHANGELOG entry. The wire-format fixes from PR #42 (langgraph model fallback, init-ordering patch_httpx, fail-LOUD missing-model wire tag) are already on master; this PR only updates the version number so
publish-testcan ship0.8.3to TestPyPI without colliding with the existing0.8.2artifacts.