Skip to content

Tags: blues/note-python

Tags

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Notecard API from upstream schema changes (5aabb0fdc23fb407255…

…1344af80aa48200a51d48) (#176)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix web.get test to remove unsupported async_ parameter (#157)

The async_ parameter was removed from web.get but the test was not
updated to reflect this. Remove async_ and its rename_key_map entry
from the web.get parametrize fixture.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop Python 3.9 support, add 3.14, fix filelock security vulnerability (

#153)

* Drop Python 3.9 support, add 3.14, fix filelock security vulnerability

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use setuptools-scm for automatic version management (#152)

Replace manual version management with setuptools-scm which derives the
version from git tags at build time. This eliminates the need for a
workflow to push version updates back to main (which required a PAT).

- Add setuptools-scm as build dependency
- Make version field dynamic in pyproject.toml
- Update publish workflow to use setuptools-scm
- Remove update-version.yml workflow

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use PAT for version bump push to bypass branch protection (#150)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add auto version bump workflow on tagged releases (#149)

New update-version.yml workflow triggers on v* tag pushes and updates
pyproject.toml on main to match the tag version. The publish workflow
now sets the version from the tag in-place before building, replacing
the old version mismatch check. Also bumps action versions to v4/v5.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 2.1.4 (#140)

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Notecard API from upstream schema changes (1ffe33b1bd74dd57a83…

…29f8d71c0460f0ebe9f44) (#138)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version (#134)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #115 from blues/alex-add-schema-generation

feat: build fluent API from Notecard JSON schema