Skip to content

Commit e699e8b

Browse files
authored
Merge pull request #371 from EasyPost/SHPE-445_uspsshipaccount
feat: Adds UspsShipAccount support to the create carrier method
2 parents 04a3472 + ed04c06 commit e699e8b

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)