Skip to content

Commit 2b52eba

Browse files
authored
Remove all_children beta functions (#321)
1 parent bd0dc63 commit 2b52eba

File tree

4 files changed

+2
-168
lines changed

4 files changed

+2
-168
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## v7.15.0 Next release
44

5-
- Adds `all_children` function to the User class for retrieving paginated lists of children users, and deprecate the beta function
6-
- Adds `get_next_page_of_children` function to the User class for retrieving next paginated lists of children users, and deprecate the beta function
5+
- Adds `all_children` function to the User class for retrieving paginated lists of children users, and removes the beta function
6+
- Adds `get_next_page_of_children` function to the User class for retrieving next paginated lists of children users, and removes the beta function
77

88
## v7.14.1 (2023-10-30)
99

easypost/beta/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
from easypost.beta.carrier_metadata import CarrierMetadata
33
from easypost.beta.rate import Rate
44
from easypost.beta.referral import Referral
5-
from easypost.beta.user import User

easypost/beta/user.py

-63
This file was deleted.

tests/test_beta_user.py

-102
This file was deleted.

0 commit comments

Comments
 (0)