Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps schemathesis from 4.3.4 to 4.3.15.

Release notes

Sourced from schemathesis's releases.

Release 4.3.15

🐛 Fixed

  • Override order for explicit transport arguments to Case.call and Case.call_and_validate.
  • Generating required properties when they are absent from properties and additionalProperties is set to false.

🔧 Changed

  • Health check failure errors now show the specific parameter and its schema, causing slow generation or filtering issues.
  • Allow accessing all registered check functions via schemathesis.checks by using a module-level __getattr__.
  • Improve error messages for the unsupported_method check.

Release 4.3.14

🔧 Changed

  • Load graphql package lazily.
  • Unsatisfiable schema errors now show the specific parameter and its schema.

Release 4.3.13

🐛 Fixed

  • Allow POST API operations without request bodies to be used in stateful tests when provided via explicit Open API links. #3087
  • Link coverage reporting incorrectly marking parameterless links as "not applied".

🔧 Changed

  • Add specification links to error messages on invalid schemas.
  • Improve dependency inference.

Release 4.3.12

🔧 Changed

  • Infer links based on common REST patterns.
  • Remove orphaned resources during dependency analysis.
  • Allow randomly skipping non-body links to test invalid scenarios.
  • Use query, header & cookie in dependency inference.
  • Increased exploration rate for optional parameters in stateful testing.

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

... (truncated)

Changelog

Sourced from schemathesis's changelog.

4.3.15 - 2025-10-29

🐛 Fixed

  • Override order for explicit transport arguments to Case.call and Case.call_and_validate.
  • Generating required properties when they are absent from properties and additionalProperties is set to false.

🔧 Changed

  • Health check failure errors now show the specific parameter and its schema causing slow generation or filtering issues.
  • Allow accessing all registered check functions via schemathesis.checks by using a module-level __getattr__.
  • Improve error messages for the unsupported_method check.

4.3.14 - 2025-10-28

🔧 Changed

  • Load graphql package lazily.
  • Unsatisfiable schema errors now show the specific parameter and its schema.

4.3.13 - 2025-10-26

🐛 Fixed

  • Allow POST API operations without request bodies to be used in stateful tests when provided via explicit Open API links. #3087
  • Link coverage reporting incorrectly marking parameterless links as "not applied".

🔧 Changed

  • Add specification links to error messages on invalid schemas.
  • Improve dependency inference.

4.3.12 - 2025-10-25

🔧 Changed

  • Infer links based on common REST patterns.
  • Remove orphaned resources during dependency analysis.
  • Allow randomly skipping non-body links to test invalid scenarios.
  • Use query, header & cookie in dependency inference.
  • Increased exploration rate for optional parameters in stateful testing.

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.

... (truncated)

Commits
  • 2b08a15 chore: Release 4.3.15
  • 6891c7c chore: Improve error messages for the unsupported_method check
  • 71c72a4 chore: Allow accessing all registered check functions via `schemathesis.check...
  • f211f5c fix: Generating required properties when they are absent from properties ...
  • c33b364 chore: Health check failure errors now show the specific parameter and its sc...
  • 5ab2f6f fix: Override order for explicit transport arguments to Case.call and `Case...
  • 78c317e chore: Release 4.3.14
  • 03ad002 chore: Unsatisfiable schema errors now show the specific parameter and its ...
  • 24f8b44 chore: Load graphql package lazily
  • 2682d1d build(deps): Bump actions/upload-artifact from 4 to 5
  • 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.15.
- [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.15)

---
updated-dependencies:
- dependency-name: schemathesis
  dependency-version: 4.3.15
  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 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2025

Superseded by #106.

@dependabot dependabot bot closed this Oct 30, 2025
@dependabot dependabot bot deleted the dependabot/uv/schemathesis-4.3.15 branch October 30, 2025 23:17
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