Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.31.1 #585

Merged
merged 8 commits into from
Jul 15, 2024
Merged

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jul 10, 2024

Automated Release PR

0.31.1 (2024-07-15)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

  • bedrock: correct request options for retries (#593) (f68c81d)

Chores

  • ci: also run workflows for PRs targeting next (#587) (f7e49f2)
  • internal: minor changes to tests (#591) (fabd591)
  • internal: minor formatting changes (a71927b)
  • internal: minor import restructuring (#588) (1d9db4f)
  • internal: minor options / compat functions updates (#592) (d41a880)
  • internal: update mypy (#584) (0a0edce)

This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-app stainless-app bot requested a review from a team as a code owner July 10, 2024 15:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 850c8e9 to 0a0edce Compare July 11, 2024 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from dcda82a to f7e49f2 Compare July 11, 2024 10:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 3 times, most recently from b84614b to 1d9db4f Compare July 13, 2024 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 645f126 to fabd591 Compare July 15, 2024 05:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9322d26 to a71927b Compare July 15, 2024 07:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from 6460112 to f52b5fe Compare July 15, 2024 10:16
@stainless-app stainless-app bot enabled auto-merge (rebase) July 15, 2024 10:16

@pytest.mark.respx()
def test_messages_retries(respx_mock: MockRouter) -> None:
respx_mock.post(re.compile(r"https://bedrock-runtime.us-east-1.amazonaws.com/model/.*/invoke")).mock(

Check failure

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This regular expression has an unescaped '.' before 'amazonaws.com/model/', so it might match more hosts than expected.
@pytest.mark.respx()
@pytest.mark.asyncio()
async def test_messages_retries_async(respx_mock: MockRouter) -> None:
respx_mock.post(re.compile(r"https://bedrock-runtime.us-east-1.amazonaws.com/model/.*/invoke")).mock(

Check failure

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This regular expression has an unescaped '.' before 'amazonaws.com/model/', so it might match more hosts than expected.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 05900c0 to f68c81d Compare July 15, 2024 11:29
@stainless-app stainless-app bot merged commit 49a555e into main Jul 15, 2024
5 checks passed
Copy link
Contributor Author

stainless-app bot commented Jul 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants