Skip to content

Releases: cwacek/python-jsonschema-objects

0.5.7

13 Nov 12:54
77a1086
Compare
Choose a tag to compare

What's Changed

  • Fix an issue where the any_of flag wasn’t properly respected in other than simple cases #297 by @cwacek in #301

Full Changelog: 0.5.6...0.5.7

0.5.6

12 Nov 03:54
3fdb280
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.12.2 by @dependabot in #299
  • Fix #292 by adding intermediary class builder. by @cwacek in #300

Full Changelog: 0.5.5...0.5.6

0.5.5

23 Jun 20:19
a960395
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

05 Mar 17:23
ef25d00
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #267
  • #51 handle nested anyof, ensure that data gets passed down via object creators by @rmspeers in #280
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #282
  • feature: Add support for the const keyword. by @cwacek in #283

Full Changelog: 0.5.3...0.5.4

0.5.3

24 Feb 22:37
c7936eb
Compare
Choose a tag to compare

What's Changed

  • tests: Add a test to validate expected behavior on #232 by @cwacek in #277
  • tests: Add a test to validate expected behavior on #278 by @cwacek in #279

Full Changelog: 0.5.2...0.5.3

0.5.2

26 Dec 23:22
7f781d9
Compare
Choose a tag to compare

What's Changed

  • bugfix: Update the way specifications are retrieved. by @cwacek in #274

Full Changelog: 0.5.1...0.5.2

0.5.1

06 Dec 14:29
72e2ebf
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #265
  • Setup for handling anyOf simplifying to oneOf on import. by @rmspeers in #266

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

20 Sep 02:26
d652f4f
Compare
Choose a tag to compare

What's Changed

  • Migrate to jsonschema 4.18 by @cwacek in #264
  • Drop support for Python 3.7 due to lack of support under jsonschema>=4.18
  • Drop support for jsonschema<4.18 due to breaking changes in that libraries interfaces

0.4.6

15 Sep 14:23
82b1fb4
Compare
Choose a tag to compare

What's Changed

  • cleanup: Improve style, formatting; use flake8, isort by @EliahKagan in #254
  • bugfix: Fix #218 by serializing "null" for "null" types by @cwacek in #263

Full Changelog: 0.4.5...0.4.6

0.4.5

13 Sep 00:54
abf38dd
Compare
Choose a tag to compare

What's Changed

... and an incredible ton of build/dev cleanup PRs from @EliahKagan (Thanks!)

New Contributors

Full Changelog: 0.4.4...0.4.5