freshcrate
Home > Frameworks > boxsdk

boxsdk

Official Box Python SDK

Description

<p align="center"> <img src="https://github.com/box/sdks/blob/master/images/box-dev-logo.png" alt= “box-dev-logo” width="30%" height="50%"> </p> # Box Python SDK v10 [![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges) ![build](https://github.com/box/box-python-sdk/actions/workflows/build.yml/badge.svg?branch=main) [![PyPI version](https://badge.fury.io/py/boxsdk.svg)](https://badge.fury.io/py/boxsdk) [![image](https://img.shields.io/pypi/dm/boxsdk.svg)](https://pypi.python.org/pypi/boxsdk) ![Platform](https://img.shields.io/badge/python-3.8+-blue) [![Coverage](https://coveralls.io/repos/github/box/box-python-sdk/badge.svg?branch=main)](https://coveralls.io/github/box/box-python-sdk?branch=main) <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [Introduction](#introduction) - [Supported versions](#supported-versions) - [Version v4](#version-v4) - [Version v10](#version-v10) - [Which Version Should I Use?](#which-version-should-i-use) - [Installing](#installing) - [Getting Started](#getting-started) - [Authentication](#authentication) - [Documentation](#documentation) - [Migration guides](#migration-guides) - [Versioning](#versioning) - [Version schedule](#version-schedule) - [Contributing](#contributing) - [FIPS 140-2 Compliance](#fips-140-2-compliance) - [Questions, Bugs, and Feature Requests?](#questions-bugs-and-feature-requests) - [Copyright and License](#copyright-and-license) <!-- END doctoc generated TOC please keep comment here to allow auto update --> # Introduction We are excited to introduce the v10 major release of the Box Python SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud. With this SDK version, we provide the `box_sdk_gen` package, which gives you access to: 1. Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications. 2. Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay. 3. Embedded Documentation: We understand that easy access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process. 4. Enhanced Convenience Methods: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as chunk uploads, classification, and much more. 5. Seamless Start: The new SDKs integrate essential functionalities like authentication, automatic retries with exponential backoff, exception handling, request cancellation, and type checking, enabling you to focus solely on your application's business logic. Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud. # Supported versions To enhance developer experience, we have introduced the new generated codebase through the `box_sdk_gen` package. The `box_sdk_gen` package is available in two major supported versions: v4 and v10. ## Version v4 In v4 of the Box Python SDK, we are introducing a version that consolidates both the manually written package (`boxsdk`) and the new generated package (`box_sdk_gen`). This allows developers to use both packages simultaneously within a single project. The codebase for v4 of the Box Python SDK is currently available on the [combined-sdk](https://github.com/box/box-python-sdk/tree/combined-sdk) branch. Migration guide which would help with migration from `boxsdk` to `box_sdk_gen` can be found [here](./migration-guides/from-boxsdk-to-box_sdk_gen.md). Version v4 is intended for: - Existing developers of the Box Python SDK v3 who want to access new API features while keeping their current codebase largely unchanged. - Existing developers who are in the process of migrating to `box_sdk_gen`, but do not want to move all their code to the new package immediately. ## Version v10 Starting with v10, the SDK is built entirely on the generated `box_sdk_gen` package, which fully and exclusively replaces the old `boxsdk` package. The codebase for v10 of the Box Python SDK is currently available on the [main](https://github.com/box/box-python-sdk/tree/main) branch. Version v10 is intended for: - New users of the Box Python SDK. - Developers already

Release History

VersionChangesUrgencyDate
10.6.0Imported from PyPI (10.6.0)Low4/21/2026
v10.6.0### ⚠ BREAKING CHANGES * Correct search content type `tags` to match API (box/box-openapi#591) (#1369) ### Bug Fixes * Add missing discriminators for schema types (box/box-codegen[#931](https://github.com/box/box-python-sdk/issues/931)) ([#1368](https://github.com/box/box-python-sdk/issues/1368)) ([fe0a3b8](https://github.com/box/box-python-sdk/commit/fe0a3b86b292d7304c244e4b6933612bbce5f332)) * Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi[#1554](https://github.com/boxMedium4/1/2026
v4.6.0### ⚠ BREAKING CHANGES * **boxsdkgen:** Correct search content type `tags` to match API (box/box-openapi#591) (#1370) ### Bug Fixes: * **boxsdkgen:** Add missing discriminators for schema types (box/box-codegen[#931](https://github.com/box/box-python-sdk/issues/931)) ([#1367](https://github.com/box/box-python-sdk/issues/1367)) ([113faa3](https://github.com/box/box-python-sdk/commit/113faa396043e1e82cf9c73ec43034d7e6be62a6)) * **boxsdkgen:** Align `LegalHoldPolicyAssignedItem` with API Medium4/1/2026
v10.5.0### New Features and Enhancements * add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-python-sdk/issues/928)) ([#1356](https://github.com/box/box-python-sdk/issues/1356)) ([6af2956](https://github.com/box/box-python-sdk/commit/6af2956c1cccf864a16b1b854b49c9058ebb9102)) * Add configurable timeouts for SDKs (box/box-codegen[#924](https://github.com/box/box-python-sdk/issues/924)) ([#1349](https://github.com/box/box-python-sdk/issues/1349)) ([6c556cc](hLow3/18/2026
v4.5.0### New Features and Enhancements: * **boxsdkgen:** add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-python-sdk/issues/928)) ([#1355](https://github.com/box/box-python-sdk/issues/1355)) ([6bc7d44](https://github.com/box/box-python-sdk/commit/6bc7d446457968afa994b8914f9a6437069a5677)) * **boxsdkgen:** Add configurable for SDKs (box/box-codegen[#924](https://github.com/box/box-python-sdk/issues/924)) ([#1348](https://github.com/box/box-python-sdk/issuLow3/18/2026
v10.4.0### Bug Fixes * Correct enum value for legal hold policy changes (box/box-openapi[#581](https://github.com/box/box-python-sdk/issues/581)) ([#1304](https://github.com/box/box-python-sdk/issues/1304)) ([d51b4ea](https://github.com/box/box-python-sdk/commit/d51b4eac0a0e2cbb593871bd35e48f0e4cbe6693)) ### New Features and Enhancements * add confidence scores for structured extract (box/box-openapi[#582](https://github.com/box/box-python-sdk/issues/582)) ([#1311](https://github.com/box/box-pythonLow2/11/2026
v4.4.0### Bug Fixes: * **boxsdkgen:** Correct enum value for legal hold policy changes (box/box-openapi[#581](https://github.com/box/box-python-sdk/issues/581)) ([#1309](https://github.com/box/box-python-sdk/issues/1309)) ([83f7014](https://github.com/box/box-python-sdk/commit/83f701492131b3e6b92691658f0c81e5c0fa6630)) ### New Features and Enhancements: * **boxsdkgen:** add confidence scores for structured extract (box/box-openapi[#582](https://github.com/box/box-python-sdk/issues/582)) ([#1310](hLow2/11/2026
v10.3.0### Bug Fixes * add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-python-sdk/issues/572)) ([#1269](https://github.com/box/box-python-sdk/issues/1269)) ([7bb9bdc](https://github.com/box/box-python-sdk/commit/7bb9bdc894cb6d765a09ecbedda58b6edb9181d0)) * fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-python-sdk/issues/903)) ([#1244](https://github.com/box/box-python-sdk/issues/1244)) Low12/19/2025
v4.3.0### New Features and Enhancements: * **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-python-sdk/issues/569)) ([#1251](https://github.com/box/box-python-sdk/issues/1251)) ([ebda615](https://github.com/box/box-python-sdk/commit/ebda6156dabe997172d4fc28e8d279d2726147ad)) * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-python-sdk/issues/568)) ([#1245](https://github.com/box/box-python-sdk/issues/1245)Low12/19/2025
v10.2.0### New Features and Enhancements * Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-python-sdk/issues/567)) ([#1238](https://github.com/box/box-python-sdk/issues/1238)) ([66267ba](https://github.com/box/box-python-sdk/commit/66267bae7395ce2886cc4cd7504a51d22394b738)) * Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-python-sdk/issues/565)) ([#1222](https://github.com/box/box-python-sdkLow12/10/2025
v4.2.0### New Features and Enhancements: * **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-python-sdk/issues/567)) ([#1237](https://github.com/box/box-python-sdk/issues/1237)) ([2ac9408](https://github.com/box/box-python-sdk/commit/2ac9408be69a86b7f57e7efdb433c8c049568fad)) * **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-python-sdk/issues/565)) ([#1221](https:Low12/10/2025
v10.1.0### New Features and Enhancements * Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1134](https://github.com/box/box-python-sdk/issues/1134)) ([1106d32](https://github.com/box/box-python-sdk/commit/1106d325973df9704f5102538ac0130bda6e9c38)) * Support Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1174](https://github.com/box/box-python-sdk/issues/1174)) ([d21ec4d](https://github.com/bLow11/19/2025
v4.1.0### New Features and Enhancements: * **boxsdkgen:** Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1144](https://github.com/box/box-python-sdk/issues/1144)) ([355ad8f](https://github.com/box/box-python-sdk/commit/355ad8f396f1de6898ac4d0529fea3f88c45ab24)) * **boxsdkgen:** Support Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1173](https://github.com/box/box-python-sdk/issues/1173)) Low11/19/2025
v4.0.0Introducing a new major version of Box Python SDK `v4` that includes two packages — the manually maintained `boxsdk` package and the generated `box_sdk_gen` package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace. ### Breaking Changes - `v4` of Box Python SDK supports Python versions: 3.8+. Compared to `v3`, Python 3.6 and 3.7 are no longer supported. For more information about migrating to v4 vLow10/23/2025
v10.0.1### Bug Fixes * Allow flexible key-value data in `AiExtractStructuredResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-python-sdk/issues/556)) ([#1084](https://github.com/box/box-python-sdk/issues/1084)) ([f63cffe](https://github.com/box/box-python-sdk/commit/f63cffec92ccf98af21d6227328aab00fa159187)) * Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-python-sdk/issues/557)) ([#1093](https:Low10/6/2025
v10.0.0Introducing **`Box SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-python-sdk/tree/sdk-gen) branch, `v10` will ultimately become the main branch. ### Breaking Changes - This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-python-sdk/tree/sdk-gLow9/17/2025
v3.14.0### New Features and Enhancements: * Add `stream_file_content` parameter to upload methods ([#890](https://github.com/box/box-python-sdk/issues/890)) ([0e63c00](https://github.com/box/box-python-sdk/commit/0e63c002ee17618c08200c12caae4bb3890b1e90))Low4/9/2025
v3.13.0### New Features and Enhancements: * Add support for get AI agent default ([#883](https://github.com/box/box-python-sdk/issues/883)) ([c1010e0](https://github.com/box/box-python-sdk/commit/c1010e0349847586a9f00046570e975ec48eb0c5))Low8/22/2024
v3.12.0### New Features and Enhancements: * add create sign request function with different required parameters ([#878](https://github.com/box/box-python-sdk/issues/878)) ([d972f54](https://github.com/box/box-python-sdk/commit/d972f54dcf9962c6b911422793a682d8f6289f9e)) * Support Box AI features ([#877](https://github.com/box/box-python-sdk/issues/877)) ([3026d2a](https://github.com/box/box-python-sdk/commit/3026d2ab9932cd07aa9ff15a3ac3c3c14d3089b0))Low8/6/2024
v3.11.0### New Features and Enhancements: * Use upload session `urls` for chunk upload ([#875](https://github.com/box/box-python-sdk/issues/875)) ([c67b03c](https://github.com/box/box-python-sdk/commit/c67b03c7d88533773d62d72f0b626031805d61eb))Low6/7/2024
v3.10.0### New Features and Enhancements: * Transition to stable status ([#872](https://github.com/box/box-python-sdk/issues/872)) ([6203606](https://github.com/box/box-python-sdk/commit/620360607a51ee302cde61401db1424c9bf48d81)) ### Bug Fixes: * Change exception type for missing location header ([#871](https://github.com/box/box-python-sdk/issues/871)) ([8c5e0ec](https://github.com/box/box-python-sdk/commit/8c5e0eca7e494baa8138dceededa2009abc1717b)) * fix annnotation of oauths access_token ([#855](Low5/22/2024
v3.9.2### Bug Fixes: * Remove restriction to version <2 of `urllib3` library ([#851](https://github.com/box/box-python-sdk/issues/851)) ([1dcd82e](https://github.com/box/box-python-sdk/commit/1dcd82e93267bfc68e3a7f8068b3c45ab7e86daf))Low10/18/2023
new-genWe are excited to introduce [the latest generation (currently in Beta) of Box Python SDK](https://github.com/box/box-python-sdk-gen), designed to elevate the developer experience and streamline your integration with the Box Content Cloud. With the [new generation of Python SDK](https://github.com/box/box-python-sdk-gen), you'll have access to: - **Full API Support**: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all tLow9/29/2023
v3.9.1### Bug Fixes: * do not retry creating a ZIP when response code is 202 ([#845](https://github.com/box/box-python-sdk/issues/845)) ([3f6ed4e](https://github.com/box/box-python-sdk/commit/3f6ed4e1053a494ed9f2b79828850e059d0a1617)), closes [#844](https://github.com/box/box-python-sdk/issues/844)Low9/14/2023
v3.9.0### New Features and Enhancements: * Support Sign Templates APIs ([#835](https://github.com/box/box-python-sdk/issues/835)) ([fbc783d](https://github.com/box/box-python-sdk/commit/fbc783d5af2e75f883f1a0051613c513139f68fb)) * Support create sign request with template ID ([#834](https://github.com/box/box-python-sdk/issues/834)) ([4f11d75](https://github.com/box/box-python-sdk/commit/4f11d7596488194fc740936fe987f42864003d41)) ### Bug Fixes: * ChunkedUploader Resume Not Closing ThreadPoolLow9/6/2023
v3.8.1### Bug Fixes: * Fix JSON response validation retry strategy ([#831](https://github.com/box/box-python-sdk/issues/831)) ([69834eb](https://github.com/box/box-python-sdk/commit/69834eb4c91a5aa4bc294a9fa49ecf753979d029))Low8/1/2023
v3.8.0### New Features and Enhancements: * Support updating all fields of `collaboration` ([#829](https://github.com/box/box-python-sdk/issues/829)) ([6dc7ecc](https://github.com/box/box-python-sdk/commit/6dc7ecc6f9c94e7531c4147a3645927b85928b2c))Low7/25/2023
v3.7.3### Bug Fixes: * Stop processing data for logging when logging is disabled and cache response `json` ([#824](https://github.com/box/box-python-sdk/issues/824)) ([3079171](https://github.com/box/box-python-sdk/commit/3079171f8dfc1a4c85f8587e8ce90e8fbd826ee4))Low7/7/2023
v3.7.2### Bug Fixes: * Use the older version of `urllib3` ([#815](https://github.com/box/box-python-sdk/issues/815)) ([ee29aa3](https://github.com/box/box-python-sdk/commit/ee29aa3fcf9ac71e9866913a87414cf625c0b805))Low5/26/2023
v3.7.1### Bug Fixes: * Rename filter date parameters in legal hold creation according to the documentation ([#810](https://github.com/box/box-python-sdk/issues/810)) ([f52c66a](https://github.com/box/box-python-sdk/commit/f52c66a8a8399a776493537f692460ace2995e40))Low4/18/2023
v3.7.0### New Features and Enhancements: * Add new optional fields for `retention_policies` and `retention_policy_assignments` ([#803](https://github.com/box/box-python-sdk/issues/803)) ([8b72f7e](https://github.com/box/box-python-sdk/commit/8b72f7e992bce676723a40ac12bde06c8cca3bfb)) * Use multiple threading for chunked upload ([#800](https://github.com/box/box-python-sdk/issues/800)) ([506ce0d](https://github.com/box/box-python-sdk/commit/506ce0d1e72ab4eeb6c5933a32c753e232a2f624))Low3/8/2023
v3.6.2### Bug Fixes: * Retry `Connection broken` and `Connection reset` requests errors ([#794](https://github.com/box/box-python-sdk/issues/794)) ([f1a0aa4](https://github.com/box/box-python-sdk/commit/f1a0aa434369f06e80654a9f5c4b796100881aa6))Low2/7/2023
v3.6.1### Bug Fixes: * Retry CCG and JWT auth requests on connection reset error ([#790](https://github.com/box/box-python-sdk/issues/790)) ([205997d](https://github.com/box/box-python-sdk/commit/205997db9870395b9dd042854c4201338dcf925f)), closes [#789](https://github.com/box/box-python-sdk/issues/789)Low1/9/2023
v3.6.0### New Features and Enhancements: * Add support marker in trash get items ([#781](https://github.com/box/box-python-sdk/issues/781)) ([e2d1846](https://github.com/box/box-python-sdk/commit/e2d1846818aeccfcba2a2f09a5cd924c9f6cd534)) * Sanitize proxy credentials ([#782](https://github.com/box/box-python-sdk/issues/782)) ([97fb5aa](https://github.com/box/box-python-sdk/commit/97fb5aa2ed72008570abb327269ecec150632af9)) ### Bug Fixes: * Fix index error when getting an empty list of user term of sLow1/3/2023
v3.5.1### Bug Fixes: * Renew connection when Connection reset error occurs ([#771](https://github.com/box/box-python-sdk/issues/771)) ([bcaab27](https://github.com/box/box-python-sdk/commit/bcaab277c3cabba498076d066366abbaa5507904)), closes [#756](https://github.com/box/box-python-sdk/issues/756) [#757](https://github.com/box/box-python-sdk/issues/757) [#763](https://github.com/box/box-python-sdk/issues/763) [#765](https://github.com/box/box-python-sdk/issues/765) [#766](https://github.com/box/box-pyLow11/30/2022
v3.5.0### New Features and Enhancements: * Add `redirect_url` and `declined_redirect_url` fields to Sign Request ([#752](https://github.com/box/box-python-sdk/issues/752)) ([5d1f609](https://github.com/box/box-python-sdk/commit/5d1f609ed4c2ddb24bd88ffac256a2809a012698)) * Add support for modifiable retention policies & enable deleting retention policy assignment ([#759](https://github.com/box/box-python-sdk/issues/759)) ([847301b](https://github.com/box/box-python-sdk/commit/847301b43be335365858a8042Low9/23/2022
v3.4.0### New Features and Enhancements: * Add support for editable shared links for files ([#737](https://github.com/box/box-python-sdk/issues/737)) ([1396200](https://github.com/box/box-python-sdk/commit/1396200c24bf62de63f9cb7949af5997593b9fac)) * Support uploading and deleting user avatar ([#743](https://github.com/box/box-python-sdk/issues/743)) ([fe00a9e](https://github.com/box/box-python-sdk/commit/fe00a9eb3434ee14bc4f01332d54c0272ed5f2d3))Low7/6/2022
v3.3.0### New Features and Enhancements: * Add support for multiple date time formats ([#722](https://github.com/box/box-python-sdk/issues/722)) ([92364de](https://github.com/box/box-python-sdk/commit/92364de1e7c1eee1e85857546af65c307ca863a0)) ### Bug Fixes: * Add missing fields to metadata template field ([#719](https://github.com/box/box-python-sdk/issues/719)) ([9e574a3](https://github.com/box/box-python-sdk/commit/9e574a3e56f72c0e78a31ddda78bc11d36ff3516)), closes [#717](https://github.com/box/Low4/28/2022
v3.2.0### New Features and Enhancements: * Add setting `disposition_at` field for files under retention ([#710](https://github.com/box/box-python-sdk/issues/710)) ([91b1373](https://github.com/box/box-python-sdk/commit/91b13730a0beef2cf2a8a8c71087b11557fa5982)) * Add support for Client Credentials Grant authentication method ([#705](https://github.com/box/box-python-sdk/issues/705)) ([d33d16d](https://github.com/box/box-python-sdk/commit/d33d16db656cb5578f057a7e24f5396d635b5361)) ### Bug Fixes: * ALow3/11/2022
v3.1.0### New Features and Enhancements: * Add support for Python 3.10 ([#692](https://github.com/box/box-python-sdk/issues/692)) ([d4aed82](https://github.com/box/box-python-sdk/commit/d4aed82831af97305bace9a4588d27b23856c306)) * Add support for Python 3.8, Python 3.9, `pypy-3.7` and `pypy-3.8`. ([#689](https://github.com/box/box-python-sdk/issues/689)) ([0aa94cc](https://github.com/box/box-python-sdk/commit/0aa94cc8a5c4db0fc204b27a60690b73c98a89cb)) * Deprecate `use_index` parameter from `MDQ` of fLow2/16/2022
v3.0.1 **Bug Fixes:** - Move sphinx to test requirements ([#662](https://github.com/box/box-python-sdk/pull/662)) Low1/26/2022
v3.0.0 **Breaking Changes** - Drop support for python 2.7 ([#645](https://github.com/box/box-python-sdk/pull/645)) - Add missing parameter `stream_position to get_admin_events` method ([#648](https://github.com/box/box-python-sdk/pull/648)) - Drop support for python 3.5 ([#654](https://github.com/box/box-python-sdk/pull/654)) - Remove deprecated code using insensitive language ([#651](https://github.com/box/box-python-sdk/pull/651)) - Enforcing usage of keyword-only arguments in some functionsLow1/17/2022
v2.14.0 **New Features and Enhancements:** - Add `admin_logs_streaming` support for events stream ([#623](https://github.com/box/box-python-sdk/pull/623)) - Add `vanity_name` param for creating shared link to a file or folder ([#637](https://github.com/box/box-python-sdk/pull/637)) - Add getting files and file versions under retention for a retention policy assignment ([#633](https://github.com/box/box-python-sdk/pull/633)) - Support base item operations for WebLink class ([#639](https://github.coLow12/8/2021
v2.13.0 **New Features and Enhancements:** - Sensitive language replacement ([#609](https://github.com/box/box-python-sdk/pull/609)) - Add BoxSign support ([#617](https://github.com/box/box-python-sdk/pull/617)) **Bug Fixes:** - Upgrade cryptography to version 3 ([#620](https://github.com/box/box-python-sdk/pull/620)) Low9/30/2021
v2.12.1 **Bug Fixes:** - Fix bug when thumbnail representations are not found ([#597](https://github.com/box/box-python-sdk/pull/597)) Low6/16/2021
v2.12.0 **New Features and Enhancements:** - Add metadata query functionality ([#574](https://github.com/box/box-python-sdk/pull/574)) - Add folder lock functionality ([#581](https://github.com/box/box-python-sdk/pull/581)) - Add search query support for the `include_recent_shared_links` field ([#582](https://github.com/box/box-python-sdk/pull/582)) - Update `get_groups()` to use documented parameter to filter by name ([#586](https://github.com/box/box-python-sdk/pull/586)) Low4/16/2021
v2.11.0**New Features and Enhancements:** - Deprecate and add method for getting a thumbnail ([#572](https://github.com/box/box-python-sdk/pull/572)) Low1/11/2021
v2.10.0 __New Features and Enhancements:__ - Add support for `copyInstanceOnItemCopy` field for metadata templates ([#546](https://github.com/box/box-ios-sdk/pull/546)) - Allow creating tasks with the `action` and `completion_rule` parameters ([#544](https://github.com/box/box-ios-sdk/pull/544)) - Add zip functionality ([#539](https://github.com/box/box-ios-sdk/pull/539)) __Bug Fixes:__ - Fix bug with updating a collaboration role to owner ([#536](https://github.com/box/box-ios-sdk/pull/536)) Low10/2/2020
v2.9.0- Fix exception handling for OAuth - Fix path parameter sanitization Low6/23/2020
v2.8.0- Added support for token exchange using shared links - Added the ability to pass in a SHA1 value for file uploads Low4/24/2020
v2.7.1- Fixed bug in `_get_retry_request_callable` introduced in release 2.7.0 which caused chunked uploads to failLow1/22/2020

Dependencies & License Audit

Loading dependencies...

Similar Packages

opsgenie-sdkPython SDK for Opsgenie REST API2.1.5
drf-spectacularSane and flexible OpenAPI 3 schema generation for Django REST framework0.29.0
django-cors-headersdjango-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).4.9.0
grapheneGraphQL Framework for Python3.4.3
azure-core-tracing-opentelemetryMicrosoft Azure Azure Core OpenTelemetry plugin Library for Pythonazure-template_0.1.0b6187637