Skip to content

Commit ed04c06

Browse files
committed
feat: Adds UspsShipAccount support to the create carrier method
1 parent 04a3472 commit ed04c06

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Next Release
4+
5+
- Adds `UspsShipAccount` support to the create carrier method
6+
37
## v10.1.0 (2025-06-18)
48

59
- Adds the following functions

easypost/constant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"UpsAccount",
4242
"UpsMailInnovationsAccount",
4343
"UpsSurepostAccount",
44+
"UspsShipAccount",
4445
]
4546
_FILTERS_KEY = "filters"

0 commit comments

Comments
 (0)