Skip to content

chore(backend/deps): bump todoist-api-python from 2.1.7 to 3.0.1 in /autogpt_platform/backend #9894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps todoist-api-python from 2.1.7 to 3.0.1.

Changelog

Sourced from todoist-api-python's changelog.

[3.0.1] - 2025-04-15

Fixed

  • Wheel and source distributions didn't include the package itself
  • Project requiring Python 3.13 to be installed

[3.0.0] - 2025-04-11

Added

  • Support for deadlines
  • Support for archiving and unarchiving projects
  • Support for fetching completed tasks by due date range and by completion date range
  • Support for note, reminder, and auto_reminder in add_task_quick
  • Documentation for all SDK functions, arguments, and return objects
  • Types, type hints for all SDK functions, arguments, and return objects
  • Function to obtain project URLs

Changed

  • Use dataclass-wizard for object mapping
  • Modernized SDK to use the Todoist API v1
    • Remove deprecated Task.sync_id, Task.comment_count, and Project.comment_count
    • Replace Task.is_completed with Task.completed_at
    • Add support for calendar in Project.view_style
    • Rename quick_add_task to add_task_quick
    • Add filter_tasks, extracting that workflow from get_tasks
    • Paginate results via an Iterator in get_tasks, filter_task, get_projects, get_collaborators, get_sections, get_comments, get_labels, get_shared_labels
    • Receive date and datetime arguments as objects, not strings
    • Remove support for X-Request-Id header, unused on the API level
  • "Hide" internal modules and functions
  • Task URLs are now obtained on demand, improving performance when not needed

Fixed

  • API requests configure appropriate timeouts to avoid connections hanging
Commits
  • e8b6020 Release 3.0.1
  • e1bbeb2 Introduce .python-version to widen Python compatibility
  • e8987f1 Fix wheel and source distributions not including the package itself
  • ccceec8 Disable history in gh-pages branch
  • dea66e4 Merge pull request #190 from Doist/docs-nav-reorder
  • 85be699 Explicitly order docs nav so changelog is at bottom
  • 441fac1 Merge pull request #189 from Doist/docs-deploy
  • 2e3f05d Automate mkdocs deployment
  • 27f3aee Merge pull request #188 from Doist/docs
  • 36d1bb7 Add SDK documentation using mkdocs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 19:47
@dependabot dependabot bot requested review from Bentlybro and kcze and removed request for a team April 28, 2025 19:47
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Apr 28, 2025
@github-actions github-actions bot added the platform/backend AutoGPT Platform - Back end label Apr 28, 2025
Copy link

deepsource-io bot commented Apr 28, 2025

Here's the code health analysis summary for commits 505320f..75a2cf7. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

netlify bot commented Apr 28, 2025

Deploy Preview for auto-gpt-docs-dev ready!

Name Link
🔨 Latest commit 75a2cf7
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/68191099af076100086e89e6
😎 Deploy Preview https://deploy-preview-9894--auto-gpt-docs-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 28, 2025

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 75a2cf7
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/68191099cae1930008ca8b8c
😎 Deploy Preview https://deploy-preview-9894--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Bumps [todoist-api-python](https://github.com/Doist/todoist-api-python) from 2.1.7 to 3.0.1.
- [Changelog](https://github.com/Doist/todoist-api-python/blob/main/CHANGELOG.md)
- [Commits](Doist/todoist-api-python@v2.1.7...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/todoist-api-python-3.0.1 branch from f087fe7 to 75a2cf7 Compare May 5, 2025 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies platform/backend AutoGPT Platform - Back end python Pull requests that update Python code size/m
Projects
Status: 🆕 Needs initial review
Development

Successfully merging this pull request may close these issues.

0 participants