Skip to content

v0.0.23

Choose a tag to compare

@amotl amotl released this 23 Jun 12:21
· 32 commits to main since this release

What's Changed

  • Dependencies: Migrated from zyp to tikray. It's effectively the
    same, but provided using a dedicated package now
  • CI: Added support for Python 3.13
  • DMS: Fixed handling of primary keys
  • DMS: Added support for the previously missing drop-table operation
  • DMS: Fixed primary key / where clause rendering

Details

  • Chore(deps): Update pyproject-fmt requirement from <2.5 to <2.6 by @dependabot in #80
  • Chore(deps): Update poethepoet requirement from <0.30 to <0.31 by @dependabot in #82
  • Chore(deps): Update pytest-cov requirement from <6 to <7 by @dependabot in #81
  • Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #86
  • Dependency updates 2024-12 by @amotl in #88
  • Chore(deps): Update mypy requirement from <1.14 to <1.15 by @dependabot in #89
  • Chore: Update to poethepoet<1 by @amotl in #93
  • Chore(deps): Update attrs requirement from <25 to <26 by @dependabot in #92
  • Chore(deps): Update ruff requirement from <0.9 to <0.10 by @dependabot in #91
  • Chore(deps): Update pymongo requirement from <4.11 to <4.12 by @dependabot in #94
  • Chore(deps): Update mypy requirement from <1.15 to <1.16 by @dependabot in #95
  • Chore(deps): Update ruff requirement from <0.10 to <0.12 by @dependabot in #97
  • Chore(deps): Update pymongo requirement from <4.12 to <4.13 by @dependabot in #98
  • Chore(deps): Update mypy requirement from <1.16 to <1.17 by @dependabot in #99
  • Chore(deps): Update cattrs requirement from <25 to <26 by @dependabot in #100
  • Dependencies: Migrate from zyp to tikray by @amotl in #105
  • CI: Add support for Python 3.13 by @amotl in #106
  • Chore(deps): Update pymongo requirement from <4.13 to <4.14 by @dependabot in #108
  • DMS: Fix handling of primary keys by @amotl in #104
  • DMS: Add handling of the previously missing drop-table operation by @amotl in #107
  • DMS: Fix primary key / where clause rendering by @amotl in #114
  • Chore(deps): Update ruff requirement from <0.12 to <0.13 by @dependabot in #115

Full Changelog: v0.0.22...v0.0.23