Sourced from uritemplate's changelog.
4.2.0 - 2025-06-01
- Drop support for Python 3.8
- Fix bug where already url-encoded values were further escaped and encoded (See python-hyper/uritemplate#99)
- Refactor
uritemplate/variable.pyto enable fixing the aforementioned bug.
e89ada1
Fix incorrect PyPA hash4c299c8
Add release notes for 4.2.00f93d74
Add release workflow for automated publishing06689ac
Merge pull request #120
from python-hyper/bug/999a3307e
Ensure proper quoting for various operators0ba02f6
Add new uritemplate-test testcasesa56e9ae
Fix dependabot config typoc3c8090
Fix annotations in tests on py3911787d8
Add python 3.13 to testing matrixc58b8af
Fix mypy for tests