Files
python-repositories/.gitea/PULL_REQUEST_TEMPLATE.md
T
Brian Bjarke JensenandCursor d3cbb65bbc
Code Quality Pipeline / code-quality (pull_request) Successful in 46s
PR Title Check / check-title (pull_request) Successful in 6s
Test Python Package / test (pull_request) Successful in 1m21s
Use version-agnostic examples in release docs.
Replace hardcoded semver examples with stable placeholders and point readers to pyproject.toml for the current version.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 21:25:50 +02:00

583 B

Version bump

If this PR changes files under python_repositories/, the title must start with one of:

  • [patch] or [fix] — bug fix (1.2.31.2.4)
  • [minor] or [feat] — new feature (1.2.31.3.0)
  • [major] or [breaking] — breaking change (1.2.32.0.0)

Current version: see pyproject.toml on main.

Docs-, CI-, or test-only PRs do not need a prefix.

Example title: [minor] Add streaming support to RedisAdapter

Summary

Test plan

  • Integration tests pass locally