-
Notifications
You must be signed in to change notification settings - Fork 59
breaking changes #358
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
breaking changes #358
Conversation
keheitz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
ralexmatthews
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM. Mostly just using built-in dict and list vs the typing library ones, and rerecording cassettes 👍
|
|
||
| return convert_to_easypost_object(response=response) | ||
|
|
||
| def all_api_keys(self) -> Dict[str, Any]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️
| "bandit==1.8.*", | ||
| "black==25.*", | ||
| "build==1.2.*", | ||
| "flake8==6.*", | ||
| "isort==6.*", | ||
| "mypy==1.15.*", | ||
| "pdoc==15.*", | ||
| "pytest-cov==6.*", | ||
| "pytest-vcr==1.*", | ||
| "pytest==7.*", | ||
| "vcrpy==4.*", # TODO: vcrpy v5 requires Python 3.8+ | ||
| "pytest==8.*", | ||
| "vcrpy==7.*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Description
user.all_api_keysanduser.api_keys, useapi_key.allandapi_key.retrieve_api_keys_for_userrespectivelyListandDicttyping imports as they are builtin types (lowercased) starting in Python 3.9Testing
Pull Request Type
Please select the option(s) that are relevant to this PR.