Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.498.0"
".": "0.499.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-47752267c48d299a01c906499bb7d584228ea8801b7d83e34ae4100d5dec3434.yml
openapi_spec_hash: 9ea8bc6dc383de626d3fa15c823227ae
openapi_spec_hash: ae1e2ef832ba2b284a54b8c9f9ddacdc
config_hash: 026e2baa580c7f5f2447c24332081ba8
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.499.0 (2026-04-28)

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

### Features

* **api:** api update ([450fd00](https://github.com/Increase/increase-python/commit/450fd0076bedc099e6285908412c451b1af75783))

## 0.498.0 (2026-04-27)

Full Changelog: [v0.497.0...v0.498.0](https://github.com/Increase/increase-python/compare/v0.497.0...v0.498.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.498.0"
version = "0.499.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.498.0" # x-release-please-version
__version__ = "0.499.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/inbound_mail_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class InboundMailItem(BaseModel):
file_id: str
"""The identifier for the File containing the scanned contents of the mail item."""

lockbox_address_id: Optional[str] = None
lockbox_address_id: str
"""The identifier for the Lockbox Address that received this mail item."""

lockbox_recipient_id: Optional[str] = None
Expand Down