Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps schemathesis from 4.3.4 to 4.3.11.

Release notes

Sourced from schemathesis's releases.

Release 4.3.11

🐛 Fixed

  • Do not conservatively consider all recursive references as infinite ones in the examples phase.
  • Mishandled a case of infinite recursion in the example phase.
  • Improve API spec detection for malformed JSON inputs.
  • Internal error on empty allOf in the examples phase.

🔧 Changed

  • Make tomli optional for Python 3.11+. #3199

Release 4.3.10

🐛 Fixed

  • Internal error when generating an invalid type in the coverage phase.
  • Internal error when generating a valid instance against an array of types in the coverage phase. #3194
  • Missing required request body for schemas without validation keywords.

🔧 Changed

  • Improve resource inference.

Release 4.3.9

🐛 Fixed

  • Missing required request body for some schemas during the coverage phase.
  • Adjust some schemas during the coverage phase so hypothesis-jsonschema can generate data for them.

Release 4.3.8

🔧 Changed

  • Display mutation metadata in negative_data_rejection failures if available. Currently, only available for the coverage phase.
  • Support items inside requestBody during dependency inference.

Release 4.3.7

🐛 Fixed

  • Properly fix an empty list to phases.coverage.unexpected-methods disabling testing of unexpected HTTP methods.
  • Import all checks inside Case.validate_response. It is relevant for manually constructing Case instances outside of Schemathesis tests. #3184

🔧 Changed

  • Infer subresource dependencies in responses.
  • Avoid creating resources that are not objects.

Release 4.3.6

🔧 Changed

  • Support inference of dependencies from listings to subresources (GET /orders -> GET /orders/{id}/notes).

... (truncated)

Changelog

Sourced from schemathesis's changelog.

4.3.11 - 2025-10-24

🐛 Fixed

  • Do not conservatively consider all recursive references as infinite ones in the examples phase.
  • Mishandled a case of infinite recursion in the example phase.
  • Improve API spec detection for malformed JSON inputs.
  • Internal error on empty allOf in the examples phase.

🔧 Changed

  • Make tomli optional for Python 3.11+. #3199

4.3.10 - 2025-10-22

🐛 Fixed

  • Internal error when generating invalid type in the coverage phase.
  • Internal error when generating valid instance against an array of types in the coverage phase. #3194
  • Missing required request body for schemas without validation keywords.

🔧 Changed

  • Improve resources inference.

4.3.9 - 2025-10-21

🐛 Fixed

  • Missing required request body for some schemas during the coverage phase.
  • Adjust some schemas so hypothesis-jsonschema can generate data for them.

4.3.8 - 2025-10-21

🔧 Changed

  • Display mutation metadata in negative_data_rejection failures if available. Currently, only available for the coverage phase.
  • Support items inside requestBody during dependency inference.

4.3.7 - 2025-10-20

🐛 Fixed

  • Properly fix an empty list to phases.coverage.unexpected-methods disabling testing of unexpected HTTP methods.
  • Import all checks inside Case.validate_response. It is relevant for manually constructing Case instances outside of Schemathesis tests. #3184

🔧 Changed

  • Infer subresource dependencies in responses.
  • Avoid creating resources that are not objects.

... (truncated)

Commits
  • 2b0d0e5 chore: Release 4.3.11
  • 755b06c docs: Update reference docs
  • eaae84a fix: Internal error on empty allOf in the examples phase
  • 30e7f6f fix: Improve API spec detection for malformed JSON inputs
  • ab8464e fix: Mishandled a case of infinite recursion in the example phase
  • 0d72e61 fix: Do not conservatively consider all recursive references as infinite ones...
  • 00271b0 fix: do not require tomli for projects with python 3.11+
  • ceb3077 chore: replace combine with one_of
  • 47d2ed2 chore: fix typo in x-original-security-type header
  • aecd5df chore: Release 4.3.10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [schemathesis](https://github.com/schemathesis/schemathesis) from 4.3.4 to 4.3.11.
- [Release notes](https://github.com/schemathesis/schemathesis/releases)
- [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md)
- [Commits](schemathesis/schemathesis@v4.3.4...v4.3.11)

---
updated-dependencies:
- dependency-name: schemathesis
  dependency-version: 4.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Oct 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2025

Superseded by #104.

@dependabot dependabot bot closed this Oct 28, 2025
@dependabot dependabot bot deleted the dependabot/uv/schemathesis-4.3.11 branch October 28, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant