Doccano-client

Latest version: v1.2.8

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

1.2.2

What's Changed
* Enable to filter examples by confirmation state by Hironsan in https://github.com/doccano/doccano-client/pull/113


**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.2.1...v1.2.2

1.2.1

What's Changed
* Support whisper by Hironsan in https://github.com/doccano/doccano-client/pull/112


**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* Describe how to create a project by Hironsan in https://github.com/doccano/doccano-client/pull/90
* Support project CRUD by Hironsan in https://github.com/doccano/doccano-client/pull/91
* Support example CRUD by Hironsan in https://github.com/doccano/doccano-client/pull/92
* Support label type crud by Hironsan in https://github.com/doccano/doccano-client/pull/93
* Support comment crud by Hironsan in https://github.com/doccano/doccano-client/pull/94
* Implements role list client by Hironsan in https://github.com/doccano/doccano-client/pull/95
* Support task status by Hironsan in https://github.com/doccano/doccano-client/pull/96
* Support user client by Hironsan in https://github.com/doccano/doccano-client/pull/97
* Add metrics client by Hironsan in https://github.com/doccano/doccano-client/pull/98
* Support label CRUD by Hironsan in https://github.com/doccano/doccano-client/pull/100
* Update base client methods by Hironsan in https://github.com/doccano/doccano-client/pull/101
* Support import data by Hironsan in https://github.com/doccano/doccano-client/pull/102
* Support data export by Hironsan in https://github.com/doccano/doccano-client/pull/103
* [Feature] usecase by Hironsan in https://github.com/doccano/doccano-client/pull/104
* Use usecases to build DoccanoClient and add documentation by Hironsan in https://github.com/doccano/doccano-client/pull/106
* Add test cases for usecases by Hironsan in https://github.com/doccano/doccano-client/pull/107
* Allow for custom certificate chains by EandrewJones in https://github.com/doccano/doccano-client/pull/105
* Update old doccano client by Hironsan in https://github.com/doccano/doccano-client/pull/108
* Add logout method by Hironsan in https://github.com/doccano/doccano-client/pull/109
* Add verify option by Hironsan in https://github.com/doccano/doccano-client/pull/110
* Add build workflow by Hironsan in https://github.com/doccano/doccano-client/pull/111

New Contributors
* EandrewJones made their first contribution in https://github.com/doccano/doccano-client/pull/105

**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.1.1...v1.2.0

1.1.1

What's Changed
* Rename package from doccano_api_client to doccano_client by Hironsan in https://github.com/doccano/doccano-client/pull/88
* Add workflow to deploy mkdocs site by Hironsan in https://github.com/doccano/doccano-client/pull/89
* Doccano 1.7 compatibility update by lance132 in https://github.com/doccano/doccano-client/pull/99

New Contributors
* lance132 made their first contribution in https://github.com/doccano/doccano-client/pull/99

**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.1.0...v1.1.1

1.1.0

What's Changed
* remove unused Approve API by youichiro in https://github.com/doccano/doccano-client/pull/51
* Replace labels API endpoints with span-types by youichiro in https://github.com/doccano/doccano-client/pull/52
* Dummy referrer header for CSRF protection by tmarice in https://github.com/doccano/doccano-client/pull/47
* Remove unused apis by youichiro in https://github.com/doccano/doccano-client/pull/55
* Fix APIs to adapt to doccano v1.5.5 by youichiro in https://github.com/doccano/doccano-client/pull/54
* Introduce more Pythonic interaction into the client by ljades in https://github.com/doccano/doccano-client/pull/61
* add url_parameters to get_project_list by youichiro in https://github.com/doccano/doccano-client/pull/67
* add functions for category_type and relation_type by david-engelmann in https://github.com/doccano/doccano-client/pull/63
* Beta Client: Make adjustments to file structure, docs, and versioning to prep for 1.1 client release by ljades in https://github.com/doccano/doccano-client/pull/62
* smalles fixes for beta-client by leonardlin in https://github.com/doccano/doccano-client/pull/71
* add project type to file upload request by ghontolux in https://github.com/doccano/doccano-client/pull/70
* Update the post_members function in the DoccanoClient to work with members endpoint by david-engelmann in https://github.com/doccano/doccano-client/pull/73
* Fix/task arg by my-master in https://github.com/doccano/doccano-client/pull/75
* span, relation, download examples by leonardlin in https://github.com/doccano/doccano-client/pull/81
* [Enhancement] use poetry by Hironsan in https://github.com/doccano/doccano-client/pull/85
* Implement CLI and pre-annotation feature with spaCy by Hironsan in https://github.com/doccano/doccano-client/pull/87

New Contributors
* tmarice made their first contribution in https://github.com/doccano/doccano-client/pull/47
* ljades made their first contribution in https://github.com/doccano/doccano-client/pull/61
* david-engelmann made their first contribution in https://github.com/doccano/doccano-client/pull/63
* leonardlin made their first contribution in https://github.com/doccano/doccano-client/pull/71
* my-master made their first contribution in https://github.com/doccano/doccano-client/pull/75

**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.0.3...v1.1.0

1.0.3

What's Changed
* add update_project by youichiro in https://github.com/doccano/doccano-client/pull/39
* add delete_project by youichiro in https://github.com/doccano/doccano-client/pull/38
* add post_members by ayanamizuta in https://github.com/doccano/doccano-client/pull/37
* add post_label_upload by ayanamizuta in https://github.com/doccano/doccano-client/pull/36
* Use project_id not hardcoded constant by rolisz in https://github.com/doccano/doccano-client/pull/34
* minor documentation typo fixes by daleevans in https://github.com/doccano/doccano-client/pull/29
* implement the approval endpoint by daleevans in https://github.com/doccano/doccano-client/pull/33
* Add darglint by Hironsan in https://github.com/doccano/doccano-client/pull/40
* Add black to CI by Hironsan in https://github.com/doccano/doccano-client/pull/42
* Fix: remove mutable default arg by ghontolux in https://github.com/doccano/doccano-client/pull/49

New Contributors
* youichiro made their first contribution in https://github.com/doccano/doccano-client/pull/39
* ayanamizuta made their first contribution in https://github.com/doccano/doccano-client/pull/37
* daleevans made their first contribution in https://github.com/doccano/doccano-client/pull/29
* Hironsan made their first contribution in https://github.com/doccano/doccano-client/pull/40
* ghontolux made their first contribution in https://github.com/doccano/doccano-client/pull/49

**Full Changelog**: https://github.com/doccano/doccano-client/compare/v1.0.2...v1.0.3

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.