From ed04c06b4995b9a0a15b45e58e8b8b857062813b Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:10:05 -0600 Subject: [PATCH] feat: Adds UspsShipAccount support to the create carrier method --- CHANGELOG.md | 4 ++++ easypost/constant.py | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bcdbc..739ac96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## Next Release + +- Adds `UspsShipAccount` support to the create carrier method + ## v10.1.0 (2025-06-18) - Adds the following functions diff --git a/easypost/constant.py b/easypost/constant.py index 66686a1..bd8cec8 100644 --- a/easypost/constant.py +++ b/easypost/constant.py @@ -41,5 +41,6 @@ "UpsAccount", "UpsMailInnovationsAccount", "UpsSurepostAccount", + "UspsShipAccount", ] _FILTERS_KEY = "filters"