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

v0.6.0a1 generates RuntimeWarning: fields may not start with an underscore #3921

Open
bertbarabas opened this issue Sep 13, 2024 · 1 comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@bertbarabas
Copy link

Describe the bug

.venv/lib/python3.12/site-packages/pydantic/v1/main.py:996: RuntimeWarning: fields may not start with an underscore, ignoring "_var_name"
warnings.warn(f'fields may not start with an underscore, ignoring "{f_name}"', RuntimeWarning)

To Reproduce
Seems to happen regardless of what code I'm running.

@bertbarabas bertbarabas added the bug Something isn't working label Sep 13, 2024
@masenf masenf added the linear Created by Linear-GitHub Sync label Sep 13, 2024
@bertbarabas
Copy link
Author

I no longer get these messages in v0.6.0a2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants