pydanny/airsqlmodel

BUG: Settings are too inflexible

Open

#1 opened on Oct 31, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Because it works on fetching environment variables directly, it doesn't work with development tools like pydantic_settings.

Solution is this process is to add function arguments for configuration rather than just use environment variables

Contributor guide