Skip to content

Releases: postgrid/postgrid-python

v2.0.3

09 Dec 04:25
0b20a21

Choose a tag to compare

2.0.3 (2025-12-09)

Full Changelog: v2.0.2...v2.0.3

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (da4eda9)

Chores

v2.0.2

05 Dec 18:25
0a97512

Choose a tag to compare

2.0.2 (2025-12-03)

Full Changelog: v2.0.1...v2.0.2

Bug Fixes

  • ensure streams are always closed (c965753)

Chores

  • deps: mypy 1.18.1 has a regression, pin to 1.17 (258650e)
  • docs: use environment variables for authentication in code snippets (38d4794)
  • update lockfile (eb75a19)

v2.0.1

27 Nov 18:09
5b8d61c

Choose a tag to compare

2.0.1 (2025-11-22)

Full Changelog: v2.0.0...v2.0.1

Chores

  • add Python 3.14 classifier and testing (7e2917a)

v2.0.0

13 Nov 04:17
9c4f349

Choose a tag to compare

2.0.0 (2025-11-13)

Full Changelog: v0.0.1-alpha.0...v2.0.0

Bug Fixes

  • api: Pacify pyright (0dea36d)
  • api: Prepare request fix (9f737cc)
  • api: remove unsupported collaterals (fdbeb1a)
  • compat with Python 3.14 (53457ab)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (899cab3)
  • readme: rename PostGrid (c23572a)

Chores