Increase

Latest version: v0.221.0

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

Scan your dependencies

Page 41 of 42

0.13.4

Full Changelog: [v0.13.3...v0.13.4](https://github.com/Increase/increase-python/compare/v0.13.3...v0.13.4)

Features

* **api:** add card payments endpoints ([139](https://github.com/Increase/increase-python/issues/139)) ([6e116ae](https://github.com/Increase/increase-python/commit/6e116ae62b7093aad3303dea4f8ed244d1654e84))
* **api:** add physical cards endpoints ([138](https://github.com/Increase/increase-python/issues/138)) ([877a24b](https://github.com/Increase/increase-python/commit/877a24bda3baf7e5bbac35b83c17bdce63d61300))

0.13.3

Full Changelog: [v0.13.2...v0.13.3](https://github.com/increase/increase-python/compare/v0.13.2...v0.13.3)

Features

* **api:** add inbound checks, originating routing number and new event types ([131](https://github.com/increase/increase-python/issues/131)) ([5d021b7](https://github.com/increase/increase-python/commit/5d021b75be673373d4cde55bc9c6a435da96a466))
* **package:** export a root error type ([135](https://github.com/increase/increase-python/issues/135)) ([4cc02ca](https://github.com/increase/increase-python/commit/4cc02ca61bc788a6c98e6b70dfd82b2e4300614d))


Bug Fixes

* **client:** don't error by default for unexpected content types ([133](https://github.com/increase/increase-python/issues/133)) ([b4b3dff](https://github.com/increase/increase-python/commit/b4b3dffbddf03b9369d9fe390ed527414690160f))


Chores

* **internal:** remove base error classes (⚠️ breaking) ([134](https://github.com/increase/increase-python/issues/134)) ([8b70672](https://github.com/increase/increase-python/commit/8b706729194206dde45c0d816139484c396207f8))
* **tests:** improve raw response test ([136](https://github.com/increase/increase-python/issues/136)) ([c9fd629](https://github.com/increase/increase-python/commit/c9fd6291f00f381175c88b7a91a9d688256e6388))

0.13.2

Full Changelog: [v0.13.1...v0.13.2](https://github.com/Increase/increase-python/compare/v0.13.1...v0.13.2)

Features

* **api:** add entity_id to Card and make relationship nullable ([128](https://github.com/Increase/increase-python/issues/128)) ([a1d3ff1](https://github.com/Increase/increase-python/commit/a1d3ff15a653bcfa3241c808c38aed1b8a08dba6))
* **api:** export account statements in OFX format ([130](https://github.com/Increase/increase-python/issues/130)) ([9e39727](https://github.com/Increase/increase-python/commit/9e397277d596602e1da5db0a3134564d045a278b))

0.13.1

Full Changelog: [v0.13.0...v0.13.1](https://github.com/increase/increase-python/compare/v0.13.0...v0.13.1)

Features

* **api:** add card payment ID reference to transaction models ([122](https://github.com/increase/increase-python/issues/122)) ([3889e03](https://github.com/increase/increase-python/commit/3889e030627a4012a1fe34806d9179d02bb3e177))
* **client:** retry on 408 Request Timeout ([124](https://github.com/increase/increase-python/issues/124)) ([a03f74d](https://github.com/increase/increase-python/commit/a03f74d638b43852c2bcfd290ccb0423772dcaec))


Chores

* **internal:** add helpers ([125](https://github.com/increase/increase-python/issues/125)) ([84bdc21](https://github.com/increase/increase-python/commit/84bdc21b6b348164bb88365fd6802f42ed858472))
* **internal:** cleaner references to complex union types ([123](https://github.com/increase/increase-python/issues/123)) ([5851820](https://github.com/increase/increase-python/commit/5851820f415b19ad4e4bbb05b8df9d52e18d1eaf))


Documentation

* add some missing inline documentation ([120](https://github.com/increase/increase-python/issues/120)) ([dded9b5](https://github.com/increase/increase-python/commit/dded9b59df7fa5a00979709a75cc5b31cf4cc5bc))

0.13.0

Full Changelog: [v0.12.4...v0.13.0](https://github.com/increase/increase-python/compare/v0.12.4...v0.13.0)

⚠ BREAKING CHANGES

* **api:** remove Limits API, add ACH controls to Account Numbers ([118](https://github.com/increase/increase-python/issues/118))

Features

* **api:** remove Limits API, add ACH controls to Account Numbers ([118](https://github.com/increase/increase-python/issues/118)) ([fbaa6dd](https://github.com/increase/increase-python/commit/fbaa6dd6febffcb7038664f75e2c3f6a6e362454))

0.12.4

Full Changelog: [v0.12.3...v0.12.4](https://github.com/increase/increase-python/compare/v0.12.3...v0.12.4)

Features

* **api:** add bank_of_first_deposit_routing_number and transfer_id properties ([103](https://github.com/increase/increase-python/issues/103)) ([9409881](https://github.com/increase/increase-python/commit/9409881165df777f9ad62edb2765632c3d710f12))
* **api:** add Update Address and Create Notification Change endpoints ([109](https://github.com/increase/increase-python/issues/109)) ([feea47b](https://github.com/increase/increase-python/commit/feea47b868d7aec4defe0877bb57de1b0540db83))
* fixes tests where an array has to have unique enum values ([111](https://github.com/increase/increase-python/issues/111)) ([b80e33c](https://github.com/increase/increase-python/commit/b80e33c401127eaab5fd17385da21d3875577a66))


Bug Fixes

* **client:** properly handle optional file params ([110](https://github.com/increase/increase-python/issues/110)) ([f6ccd02](https://github.com/increase/increase-python/commit/f6ccd0252554f20f57ce68a92b055350907875ac))


Chores

* **internal:** add `pydantic.generics` import for compatibility ([105](https://github.com/increase/increase-python/issues/105)) ([1ab67a5](https://github.com/increase/increase-python/commit/1ab67a51b1710075bd940f69ebd6a844bb92d676))
* **internal:** minor formatting changes ([108](https://github.com/increase/increase-python/issues/108)) ([210a1b1](https://github.com/increase/increase-python/commit/210a1b124e56dbc586600feff12ce4de4904e4d7))
* **internal:** minor update ([113](https://github.com/increase/increase-python/issues/113)) ([7adf2f7](https://github.com/increase/increase-python/commit/7adf2f73f7f1fbc4c52463120ea2895e0ea809d2))
* **internal:** update base client ([112](https://github.com/increase/increase-python/issues/112)) ([cf9ce31](https://github.com/increase/increase-python/commit/cf9ce31ad44747295ca2627b194ad0acac26a1a6))
* **internal:** update pyright ([117](https://github.com/increase/increase-python/issues/117)) ([75f249e](https://github.com/increase/increase-python/commit/75f249e2a389b45a7b6e2d120344d0897525129a))
* **internal:** updates ([116](https://github.com/increase/increase-python/issues/116)) ([e940de3](https://github.com/increase/increase-python/commit/e940de30aa7eedf5ff01c4e2df35258432b58b23))


Documentation

* **api:** add docstrings and refine enum types ([115](https://github.com/increase/increase-python/issues/115)) ([d44b0e2](https://github.com/increase/increase-python/commit/d44b0e211dbeecb349c7ac8b21d24bd66359db5c))
* **readme:** add link to api.md ([114](https://github.com/increase/increase-python/issues/114)) ([e435324](https://github.com/increase/increase-python/commit/e43532404639f86c706d8adf0300ee4bdc49bd4b))
* **readme:** reference pydantic helpers ([107](https://github.com/increase/increase-python/issues/107)) ([72ef120](https://github.com/increase/increase-python/commit/72ef120f8297770a71c2a87663cf5108316d0f9e))

Page 41 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.