chore: release main#218
Merged
stainless-app[bot] merged 7 commits intoJun 24, 2026
Merged
Conversation
8a4f99f to
3c21dae
Compare
3c21dae to
c7c45eb
Compare
#69) With ANTHROPIC_API_KEY set in the environment, AnthropicFoundryClient requests carried two conflicting x-api-key headers: the base client's AddDefaultHeaders sent the env-resolved key as X-Api-Key, then the Foundry credential added its own. Which one the server honored was undefined. Null out the base client's env-resolved ApiKey and AuthToken in the Foundry constructor so the Foundry credential is the only auth header source, matching the Bedrock/Mantle/AWS clients. The assignment goes through base.ApiKey because this class's ApiKey override throws on init.
c7c45eb to
962401a
Compare
962401a to
428dad3
Compare
dtmeadows-ant
approved these changes
Jun 24, 2026
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
Contributor
Author
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.
✨ Stainless prepared a new release
Anthropic: 12.31.0
12.31.0 (2026-06-24)
Full Changelog: Anthropic-v12.30.0...Anthropic-v12.31.0
Features
Chores
Foundry: 0.7.1
0.7.1 (2026-06-24)
Full Changelog: Foundry-v0.7.0...Foundry-v0.7.1
Bug Fixes
Chores
Bedrock: 0.10.2
0.10.2 (2026-06-24)
Full Changelog: Bedrock-v0.10.1...Bedrock-v0.10.2
Chores
Vertex: 0.5.1
0.5.1 (2026-06-24)
Full Changelog: Vertex-v0.5.0...Vertex-v0.5.1
Chores
Aws: 0.5.1
0.5.1 (2026-06-24)
Full Changelog: Aws-v0.5.0...Aws-v0.5.1
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions