We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app_settings.py line 55 is using outdated code rather use model_validate
Like so ... self._config = Settings.model_validate(settings_dict)
The text was updated successfully, but these errors were encountered:
@BrandenSysoutHelloWorld Thanks, Fixed in the master branch
Sorry, something went wrong.
@BrandenSysoutHelloWorld new release 1.0.0 beta 24 https://github.com/rupeshs/fastsdcpu/releases/tag/v1.0.0-beta.24
No branches or pull requests
app_settings.py line 55 is using outdated code rather use model_validate
Like so ... self._config = Settings.model_validate(settings_dict)
The text was updated successfully, but these errors were encountered: