Skip to content

v0.5.0

Compare
Choose a tag to compare
@dbluhm dbluhm released this 10 May 01:25
· 14 commits to main since this release
677eca0

This release largely consists of updates to dependencies, the biggest of which is the upgrade to using Pydantic v2. Thank you to @ff137 for putting in the effort to make that happen!

The new Pydantic version may conflict with other dependencies that may still be using Pydantic v1. Bearing this in mind, this is a pre-1.0.0 minor version bump meaning projects pinning to ^0.4.3 will not automatically update to this version. However, there should be no API differences between 0.5.0 and the 0.4.3 release. Projects may update at their discretion without missing out on other improvements. If there is appetite for it, if there are fixes that come in, we may consider also releasing a patch or two for 0.4.x as a courtesy.

What's Changed

  • ⬆️ update black and ruff and 🎨 apply formatting by @ff137 in #86
  • 🎨 fix typos by @ff137 in #84
  • 👷 Configure dependabot workflow by @ff137 in #85
  • 👷 Fix dependabot config by @ff137 in #87
  • chore(deps): Bump the all-actions group with 2 updates by @dependabot in #88
  • chore(deps): Bump typing-extensions from 4.10.0 to 4.11.0 by @dependabot in #93
  • chore(deps-dev): Bump pytest-asyncio from 0.21.1 to 0.23.6 by @dependabot in #90
  • chore(deps-dev): Bump pytest from 7.4.4 to 8.1.1 by @dependabot in #89
  • chore(deps-dev): Bump aiohttp from 3.9.3 to 3.9.5 by @dependabot in #99
  • chore(deps-dev): Bump black from 24.3.0 to 24.4.0 by @dependabot in #98
  • chore(deps): Bump psf/black from 24.3.0 to 24.4.0 in the all-actions group by @dependabot in #97
  • chore(deps-dev): Bump ruff from 0.3.4 to 0.3.7 by @dependabot in #96
  • chore(deps-dev): Bump ruff from 0.3.7 to 0.4.0 by @dependabot in #100
  • chore(deps-dev): Bump ruff from 0.4.0 to 0.4.1 by @dependabot in #101
  • chore(deps-dev): Bump coverage from 7.4.4 to 7.5.0 by @dependabot in #102
  • chore(deps-dev): Bump ruff from 0.4.1 to 0.4.3 by @dependabot in #111
  • chore(deps-dev): Bump coverage from 7.5.0 to 7.5.1 by @dependabot in #110
  • ⬆️ Upgrade pydantic to v2 by @ff137 in #72
  • chore(deps): Bump psf/black from 24.4.0 to 24.4.2 in the all-actions group by @dependabot in #108

New Contributors

Full Changelog: v0.4.3...v0.5.0