Skip to content

build(deps): bump todoist-api-python from 3.2.1 to 4.0.0 in /app#245

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/app/todoist-api-python-4.0.0
Open

build(deps): bump todoist-api-python from 3.2.1 to 4.0.0 in /app#245
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/app/todoist-api-python-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps todoist-api-python from 3.2.1 to 4.0.0.

Changelog

Sourced from todoist-api-python's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • TodoistAPIAsync now performs true async HTTP I/O with httpx.AsyncClient.
  • Support for Python 3.14.

Removed

  • Support for Python 3.9 (EOL).

Changed

  • Breaking: TodoistAPI now accepts an optional client: httpx.Client instead of session: requests.Session.
  • Breaking: TodoistAPIAsync now accepts an optional client: httpx.AsyncClient instead of session: requests.Session.
  • Breaking: Async paginated return types now use AsyncIterator[...] instead of AsyncGenerator[...].
  • Breaking: API errors now raise httpx.HTTPStatusError instead of requests.exceptions.HTTPError.
  • Breaking: Authentication helpers now accept optional httpx.Client / httpx.AsyncClient instances instead of session: requests.Session.
  • Breaking: update_section now accepts only keyword arguments after section_id; any one of name, order, or collapsed can be updated in the same call.
Commits
  • 41d34be Merge pull request #235 from Doist/scottl/bump-v3.3.0
  • 223acba Bump version to 4.0.0
  • b72233f Bump version to 3.3.0
  • cc7bc8f Merge pull request #234 from Doist/scottl/reminders
  • 33a6894 Address review feedback: flatten due params, fix fixture aliasing
  • 85267e1 Add is_urgent field to Reminder model
  • 6a97b46 Add reminders and location reminders CRUD support
  • f882644 Merge pull request #232 from Doist/renovate/ruff-0.x
  • c4d0560 Merge pull request #233 from Doist/copilot/sub-pr-232
  • 36c6e36 Update ruff-pre-commit hook version to v0.15.5 to match pyproject.toml
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 30, 2026
Bumps [todoist-api-python](https://github.com/Doist/todoist-api-python) from 3.2.1 to 4.0.0.
- [Changelog](https://github.com/Doist/todoist-api-python/blob/main/CHANGELOG.md)
- [Commits](Doist/todoist-api-python@v3.2.1...v4.0.0)

---
updated-dependencies:
- dependency-name: todoist-api-python
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/app/todoist-api-python-4.0.0 branch from 772c116 to b149329 Compare March 30, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants