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

Format code and update langflow version #1922

Merged
merged 9 commits into from
May 20, 2024
Merged

Format code and update langflow version #1922

merged 9 commits into from
May 20, 2024

Commits on May 19, 2024

  1. format

    ogabrielluiz committed May 19, 2024
    Configuration menu
    Copy the full SHA
    013a572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116bab4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    11caef1 View commit details
    Browse the repository at this point in the history
  2. chore: Add fallback_to_env_vars parameter to run_flow_from_json function

    The `run_flow_from_json` function now accepts a new optional parameter `fallback_to_env_vars` which determines whether Global Variables should fallback to environment variables if not found. This change allows for more flexibility in handling variable values.
    ogabrielluiz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    22a4a57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f3b5d View commit details
    Browse the repository at this point in the history
  4. chore: Set file path to None when not found in component

    This commit modifies the `Vertex` class to set the file path to `None` when it is not found for a required field in a component. This change ensures that the code can handle missing file paths gracefully and avoids raising a `ValueError`.
    ogabrielluiz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d277e51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef3cc67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2b53f5 View commit details
    Browse the repository at this point in the history
  7. new package lock

    ogabrielluiz committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a59a367 View commit details
    Browse the repository at this point in the history