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

Release v0.6.3 #111

Merged
merged 1 commit into from
May 30, 2024
Merged

Release v0.6.3 #111

merged 1 commit into from
May 30, 2024

Commits on May 30, 2024

  1. Release v0.6.3

    * fixed `Command.get_argument_type` bug with `UnionType` ([#110](#110)). In this release, the `Command.get_argument_type` method has been updated to include special handling for `UnionType`, resolving a bug that caused the function to crash when encountering this type. The method now returns the string representation of the annotation if the argument is a `UnionType`, providing more accurate and reliable results. To facilitate this, modifications were made using the `types` module. Additionally, the `foo` function has a new optional argument `optional_arg` of type `str`, with a default value of `None`. This argument is passed to the `some` function in the assertion. The `Prompts` type has been added to the `foo` function signature, and an assertion has been added to verify if `prompts` is an instance of `Prompts`. Lastly, the default value of the `address` argument has been changed from an empty string to "default", and the same changes have been applied to the `test_injects_prompts` test function.
    nfx committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d1cbbb1 View commit details
    Browse the repository at this point in the history