Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all_children beta functions #321

Merged
merged 2 commits into from
Jan 8, 2024
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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## v7.15.0 Next release

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

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

Expand Down
1 change: 0 additions & 1 deletion easypost/beta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
from easypost.beta.carrier_metadata import CarrierMetadata
from easypost.beta.rate import Rate
from easypost.beta.referral import Referral
from easypost.beta.user import User
63 changes: 0 additions & 63 deletions easypost/beta/user.py

This file was deleted.

102 changes: 0 additions & 102 deletions tests/test_beta_user.py

This file was deleted.