Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps schemathesis from 4.3.4 to 4.3.10.

Release notes

Sourced from schemathesis's releases.

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).

Release 4.3.5

🐛 Fixed

  • Setting an empty list to phases.coverage.unexpected-methods will disable testing of unexpected HTTP methods.
  • Schema bundler to correctly detect unbreakable indirect recursive cycles instead of failing with RecursionError.

🔧 Changed

  • Display extraction failures for requestBody in explicit links.
  • If requestBody is optional, choose empty body only in 5% of cases (instead of 50%).
  • Add matching required fields from known resources during dependency analysis.

... (truncated)

Changelog

Sourced from schemathesis's changelog.

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.

4.3.6 - 2025-10-20

🔧 Changed

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

4.3.5 - 2025-10-19

🐛 Fixed

  • Setting an empty list to phases.coverage.unexpected-methods will disable testing of unexpected HTTP methods.
  • Schema bundler to correctly detect unbreakable indirect recursive cycles instead of failing with RecursionError.

... (truncated)

Commits
  • aecd5df chore: Release 4.3.10
  • 754785f fix: Missing required request body for schemas without validation keywords
  • c555ce0 fix: Internal error when generating valid instance against an array of types
  • f297ec5 fix: Internal error when generating invalid type in the coverage phase
  • e891d7d chore: Improve resources inference
  • daa9108 chore: Release 4.3.9
  • d13ecc9 fix: Missing required request body for some schemas during the coverage phase
  • 426f078 chore: Release 4.3.8
  • 4cb5973 feat: support items in request body inference
  • f3f8d57 chore: Display mutation metadata in negative_data_rejection failures if ava...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Oct 22, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/schemathesis-4.3.10 branch from 279f58c to 5404cbe Compare October 24, 2025 04:04
@aaltat
Copy link
Owner

aaltat commented Oct 24, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/uv/schemathesis-4.3.10 branch 2 times, most recently from 707b954 to 51e2691 Compare October 24, 2025 12:32
Bumps [schemathesis](https://github.com/schemathesis/schemathesis) from 4.3.4 to 4.3.10.
- [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.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/uv/schemathesis-4.3.10 branch from 51e2691 to fb4cc3c Compare October 24, 2025 13:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2025

Superseded by #102.

@dependabot dependabot bot closed this Oct 24, 2025
@dependabot dependabot bot deleted the dependabot/uv/schemathesis-4.3.10 branch October 24, 2025 23:14
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.

2 participants