chore(auth): remove custom header handling code#692
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|
LGTM! Failures are due to OAS issues we've discussed separately. |
* chore(ci): upgrade `actions/github-script` * feat(api): add per endpoint security * chore(internal): codegen related update * fix(tests): skip broken date validation test * fix(docs): fix mcp installation instructions for remote servers * feat(client): add custom JSON encoder for extended type support * chore(internal): bump dependencies * chore(internal): fix lint error on Python 3.14 * chore: format all `api.md` files * chore: update mock server docs * chore(internal): add request options to SSE classes * chore(internal): make `test_proxy_environment_variables` more resilient * chore(internal): make `test_proxy_environment_variables` more resilient to env * fix(api): remove invalid transform config * feat(api): api update * chore(internal): codegen related update * chore(ci): skip uploading artifacts on stainless-internal branches * fix(pydantic): do not pass `by_alias` unless set * fix(deps): bump minimum typing-extensions version * chore(internal): tweak CI branches * codegen metadata * fix: sanitize endpoint path params * refactor(tests): switch from prism to steady * chore(tests): bump steady to v0.19.4 * chore(tests): bump steady to v0.19.5 * chore(internal): update gitignore * chore(tests): bump steady to v0.19.6 * chore(ci): skip lint on metadata-only changes Note that we still want to run tests, as these depend on the metadata. * chore(tests): bump steady to v0.19.7 * codegen metadata * feat(api): api update * feat(internal): implement indices array format for query and form serialization * codegen metadata * chore(tests): bump steady to v0.20.1 * chore(tests): bump steady to v0.20.2 * fix(client): preserve hardcoded query params when merging with user params * fix: ensure file data are only sent as 1 parameter * feat(api): api update * codegen metadata * feat(api): api update * perf(client): optimize file structure copying in multipart requests * chore(tests): bump steady to v0.22.1 * chore(internal): more robust bootstrap script * feat(api): api update * fix: use correct field name format for multipart file arrays * feat: support setting headers via env * codegen metadata * codegen metadata * codegen metadata * chore(internal): reformat pyproject.toml * feat(api): api update * fix(client): add missing f-string prefix in file type error message * feat(internal/types): support eagerly validating pydantic iterators * ci: pin GitHub Actions to commit SHAs Pin all GitHub Actions referenced in generated workflows (both first-party `actions/*` and third-party) to immutable commit SHAs. Updating pinned actions is now a deliberate codegen-side bump rather than implicit on every workflow run. * feat(api): api update * chore(auth): remove custom header handling code (#692) remove custom auth header code * feat(api): manual updates removal of a transform that is no longer needed * codegen metadata * feat(api): add register benefits method * fix(aliases): resolve broken types for alias methods with pagination * codegen metadata * feat(api): api update * fix(auth): prioritize first auth header * release: 1.45.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
title