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

Change AttributeValue sequences from optional to nonoptional #1855

Merged
merged 7 commits into from
May 21, 2021

Commits on May 14, 2021

  1. Change AttributeValue sequences from optional to nonoptional

    New changes will ensure that mypy users will be alerted when trying to add None to an AttributeValue array, without altering the current code that may continue to accept None.
    eddyleelin committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f4ed451 View commit details
    Browse the repository at this point in the history
  2. Added entry to changelog

    eddyleelin committed May 14, 2021
    Configuration menu
    Copy the full SHA
    56a948e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    31efa2d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    23d6c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0274a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e76e1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    086e7e5 View commit details
    Browse the repository at this point in the history