Skip to content

fix(deps): update dependency asana to v5#49

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/asana-5.x
Open

fix(deps): update dependency asana to v5#49
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/asana-5.x

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
asana <3.3<5.3 age confidence

Release Notes

asana/python-asana (asana)

v5.2.5

Compare Source

  • Team parameter removed from duplicate project endpoint
  • Add create_record_type_in_domain to RBAC API

v5.2.4

Compare Source

v5.2.3

Compare Source

  • New endpoints: portfolio duplication, rates, budgets

v5.2.2

Compare Source

  • Added reactions endpoint

v5.2.1

Compare Source

  • Added Initiate a resource export endpoint

v5.2.0

Compare Source

Added new export endpoints: https://developers.asana.com/reference/creategraphexport

v5.1.0

Compare Source

v5.0.16

Compare Source

  • Add get events in workspace endpoint
  • Update opt_fields description

v5.0.15

Compare Source

  • Updated GitHub Action publishing workflow

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.3

Compare Source

BEFORE:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid)

AFTER:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid, opts)

v5.0.2

Compare Source

v5.0.0

Compare Source

  • Changes from v4:
    • Query params are now passed in through opts dictionary instead of method params
  • Added pagination
  • Updated sample code
  • Document how to use new client library features
  • Fix response decode issue of special characters from previous versions

v4.0.11

Compare Source

  • task_templates endpoints
    • GET /task_templates
    • GET /task_templates/{task_template_gid}
    • POST /task_templates/{task_template_gid}/instantiateTask
  • Added complete color option to current_status.color value -> for endpoints that return current_status.color EX: Projects
  • Update description for custom_fields updates -> gives example of date and date-time values

v4.0.10

Compare Source

  • Fix search_tasks_for_workspace custom fields query not working for is_set, value, starts_with, ends_with, less_than, greater_than

v4.0.9

Compare Source

  • Fix not being able to search using custom fields query for searchTasksForWorkspace method

v4.0.8

Compare Source

  • Added minimum_access_level_for_customization and minimum_access_level_for_sharing to the project schema
  • Added completed_since as a query param to GET /sections/{section_gid}/tasks

v4.0.7

Compare Source

  • Handle multiprocessing.pool init
  • Sync with API/Developer Docs: Removed required text and color from ProjectStatusBase which caused problems in developer docs -> Update a Project endpoint

v4.0.6

Compare Source

  • Fix IndentationError: Updated api.mustache template file to generate api classes with out indentation errors. (issue)

v4.0.5

Compare Source

README.md + Sample code changes

  • Update tab spacing in sample code and README.md from 2 to 4 spaces
  • Separate call_api examples in README.md
  • Add instructions on how to paginate with next_page response data in README.md
  • Add instructions on how to access response data in README.md
  • Add instructions on how to get events in README.md
  • Add instructions on how to set asana-enable header to README.md
  • Add instructions on how to access status and headers from response to README.md
  • Update GitHub Action to include version in update commit message

v4.0.4

Compare Source

  • Sync with API/Developer Docs: Added created_by property to task response

v4.0.3

Compare Source

  • Fix indentation on code samples template

v4.0.2

Compare Source

  • Update Github Action: add tags to update pushes and update gh-action-pypi-publish release version

v4.0.1

Compare Source

v4.0.0

  • Completely new python client library. Code generated through Swagger Codegen.
  • Improves internal release process -> allows Asana to keep python client library in sync with the API more frequently
  • Introduces classes for resources. Responses return resource objects and data can be accessed via dot notation
  • Sample code documentation is more rich
  • Synced with latest API changes since Apr 18, 2023

v4.0.1

  • Add missing quotes to version in custom Asana header

v4.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 20, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants