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
0.4.3b2
Crawl4AI triggers a deprecation warning in Pydantic v2 due to the use of class-based Config in crawl4ai/models.py.
Warning is issued:
PydanticDeprecatedSince20: Support for class-based config is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to be removed in V3
Yes
macos
3.12.9
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
crawl4ai version
0.4.3b2
Expected Behavior
Crawl4AI triggers a deprecation warning in Pydantic v2 due to the use of class-based Config in crawl4ai/models.py.
Current Behavior
Warning is issued:
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
macos
Python version
3.12.9
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: