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

refactor: all but one deprecation warning eliminated #438

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

vjeeva
Copy link
Contributor

@vjeeva vjeeva commented Apr 1, 2024

Only the following is left:

../venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:272
../venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:272
  /opt/venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:272: PydanticDeprecatedSince20: Support for class-based `config` is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.6/migration/
    warnings.warn(DEPRECATION_MESSAGE, DeprecationWarning)

@vjeeva vjeeva merged commit 6ed6641 into main Apr 1, 2024
11 checks passed
@vjeeva vjeeva deleted the vjeeva/refactor-deprecations branch April 1, 2024 21:55
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants