Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps schemathesis from 4.3.6 to 4.7.8.

Release notes

Sourced from schemathesis's releases.

Release 4.7.8

🔧 Changed

  • Improve dependency inference.

🐛 Fixed

  • Resources not captured when server returns different 2xx status code than documented.

Release 4.7.7

📝 Documentation

  • Fix code snippets config.

Release 4.7.6

🔧 Changed

  • Hook runtime errors are now reported as "Hook Error" instead of misleading "Schema Error".

Release 4.7.5

🐛 Fixed

  • Crash when parameter has non-string in value.
  • Crash during examples phase when schema contains non-string pattern value.
  • Examples phase generating invalid data for schemas with anyOf/oneOf containing only required constraints. #3404
  • Fuzzing phase failing with unhashable type: 'GeneratedValue' for multipart/form-data with custom encoding.

Release 4.7.4

🐛 Fixed

  • Binary class causing JSON serialization errors in Hypofuzz due to dataclasses.asdict() exposing raw bytes.

Release 4.7.3

🔧 Changed

  • Add 409 to positive_data_acceptance check's default expected statuses to handle conflict responses (e.g., duplicate entries).

🐛 Fixed

  • Response schema validation errors displaying internal bundled refs like #/x-bundled/schema1 instead of original refs like #/components/schemas/Item.

Release 4.7.2

🐛 Fixed

  • Hypothesis database setting from @settings decorator or loaded profiles being ignored with @schema.parametrize().
  • AttributeError when using Schemathesis with HypoFuzz due to uninitialized _override attribute in ProjectsConfig.

🔧 Changed

  • Bump pytest-subtest from <0.15.0 to <0.16.0.

... (truncated)

Changelog

Sourced from schemathesis's changelog.

4.7.8 - 2025-12-28

🔧 Changed

  • Improve dependency inference.

🐛 Fixed

  • Resources not captured when server returns different 2xx status code than documented.

4.7.7 - 2025-12-22

📝 Documentation

  • Fix code snippets config.

4.7.6 - 2025-12-17

🔧 Changed

  • Hook runtime errors are now reported as "Hook Error" instead of misleading "Schema Error".

4.7.5 - 2025-12-10

🐛 Fixed

  • Crash when parameter has non-string in value.
  • Crash during examples phase when schema contains non-string pattern value.
  • Examples phase generating invalid data for schemas with anyOf/oneOf containing only required constraints. #3404
  • Fuzzing phase failing with unhashable type: 'GeneratedValue' for multipart/form-data with custom encoding.

4.7.4 - 2025-12-10

🐛 Fixed

  • Binary class causing JSON serialization errors in Hypofuzz due to dataclasses.asdict() exposing raw bytes.

4.7.3 - 2025-12-08

🔧 Changed

  • Add 409 to positive_data_acceptance check's default expected statuses to handle conflict responses (e.g., duplicate entries).

🐛 Fixed

  • Response schema validation errors displaying internal bundled refs like #/x-bundled/schema1 instead of original refs like #/components/schemas/Item.

4.7.2 - 2025-12-08

🐛 Fixed

... (truncated)

Commits
  • 5d01912 chore: Release 4.7.8
  • 330bb5c fix: Resources not captured when server returns different 2xx status code tha...
  • 625706b chore(deps): Bump peter-evans/create-pull-request from 7 to 8
  • 0e1dfe2 chore(deps): Bump actions/upload-artifact from 5 to 6
  • 46c3290 chore: improve dependency inference
  • c80ebca chore(deps): Bump github/codeql-action from 4.31.7 to 4.31.8
  • 84d06c5 chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2
  • 459fea3 chore: Release 4.7.7
  • fe818e5 test: remove flaky tests
  • f1d3f81 docs: Update changelog
  • 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 Pull requests that update Python code labels Dec 29, 2025
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tomcli for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Bumps [schemathesis](https://github.com/schemathesis/schemathesis) from 4.3.6 to 4.7.8.
- [Release notes](https://github.com/schemathesis/schemathesis/releases)
- [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md)
- [Commits](schemathesis/schemathesis@v4.3.6...v4.7.8)

---
updated-dependencies:
- dependency-name: schemathesis
  dependency-version: 4.7.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/clients/python/schemathesis-4.7.8 branch from 8bd50c1 to f2c0e74 Compare January 2, 2026 08:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Superseded by #2061.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/pip/clients/python/schemathesis-4.7.8 branch January 5, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area/MR Python client dependencies Pull requests that update a dependency file python Pull requests that update Python code size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant