What's Changed
- Fix pypi publish action version by @jelmer in #1890
- Add remaining typing by @jelmer in #1891
- Disable android wheels build, which currently fails due to 403s on by @jelmer in #1892
- fix typing by @jelmer in #1893
- deps(deps): bump memchr from 2.7.5 to 2.7.6 in the cargo group by @dependabot[bot] in #1901
- ci(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot[bot] in #1900
- deps(deps): bump the pip group with 2 updates by @dependabot[bot] in #1902
- ci(deps): bump docker/setup-qemu-action from 3.2.0 to 3.6.0 by @dependabot[bot] in #1899
- ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #1897
- ci(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.4.0 by @dependabot[bot] in #1898
- Use immutable container type annotations where appropriate by @jelmer in #1903
- Add extract_signature() method to Commit and Tag by @jelmer in #1905
- Fix BlackboxTestCase to respect Python venv path by @mgorny in #1906
- Add DependencyMissing class by @jelmer in #1907
- More typing fixes by @jelmer in #1908
- Implement GPG signing and verification support for commits and tags by @jelmer in #1909
- Add support for GIT_TRACE environment variable by @jelmer in #1910
- Fix Git filter protocol to handle two-phase response format by @jelmer in #1911
- Add git worktree repair command by @jelmer in #1912
- Add support for dulwich verify-tag command by @jelmer in #1914
- Add support for git var command by @jelmer in #1913
- Add support for dulwich verify-commit command by @jelmer in #1915
- Add support for dulwich merge-base command by @jelmer in #1916
Full Changelog: dulwich-0.24.2...dulwich-0.24.3