Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps schemathesis from 4.3.4 to 4.3.16.

Release notes

Sourced from schemathesis's releases.

Release 4.3.16

πŸ”§ Changed

  • Improve error message when remote reference is not JSON / YAML.

🏎️ Performance

  • ~10x faster data generation for schemas with readOnly / writeOnly.

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

... (truncated)

Changelog

Sourced from schemathesis's changelog.

4.3.16 - 2025-10-30

πŸ”§ Changed

  • Improve error message when remote reference is not JSON / YAML.

🏎️ Performance

  • ~10x faster data generation for schemas with readOnly / writeOnly.

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.

... (truncated)

Commits
  • 137f8ce chore: Release 4.3.16
  • dcff06a chore: Improve error message when remote reference is not JSON / YAML
  • 04aed7a chore: add FURB rule and fixes in code (#3227)
  • f84207f perf: ~10x faster data generation for schemas with readOnly / writeOnly
  • c9393d0 chore: adjust typos
  • c90c6ef test: fix tests
  • 96a3713 docs: Cleanup configuration docs
  • 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...
  • 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 30, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/schemathesis-4.3.16 branch from 9e8c1e8 to 00d54ea Compare November 1, 2025 12:22
@aaltat
Copy link
Owner

aaltat commented Nov 2, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/uv/schemathesis-4.3.16 branch from 00d54ea to ddcdd64 Compare November 2, 2025 11:47
Bumps [schemathesis](https://github.com/schemathesis/schemathesis) from 4.3.4 to 4.3.16.
- [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.16)

---
updated-dependencies:
- dependency-name: schemathesis
  dependency-version: 4.3.16
  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.16 branch from ddcdd64 to 575e49b Compare November 2, 2025 11:48
@aaltat aaltat merged commit d909636 into main Nov 2, 2025
3 checks passed
@aaltat aaltat deleted the dependabot/uv/schemathesis-4.3.16 branch November 2, 2025 11:50
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