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

refactory / allow other settings libraries than pydantic_settings #9

Merged
merged 5 commits into from
Nov 22, 2024

Commits on Nov 21, 2024

  1. Changes:

    - split base.py
    - don't require settings being a pydantic settings object
    - add get_value_from_settings helper for handling attribute based
      settings as well dictionaries
    - bump version
    devkral committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a22400a View commit details
    Browse the repository at this point in the history
  2. Changes:

    - apply basic styling
    - fix docs
    devkral committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    524f3aa View commit details
    Browse the repository at this point in the history
  3. Changes:

    - fix ruff integration
    - reformat files
    devkral committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bfd0669 View commit details
    Browse the repository at this point in the history
  4. add python 3.13 to gh-actions

    devkral committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5165854 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. execute on PRs

    devkral committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    959c5e5 View commit details
    Browse the repository at this point in the history