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
The workaround for #146 is not working in pydantic-settings v2.7+.
pydantic-settings
This construction is problematic:
Configuration( crawlee_storage_dir=str(tmp_path), # type: ignore[call-arg] # ... )
This constrution is used on many places in tests, e.g. for Configuration: https://github.com/apify/crawlee-python/blob/v0.5.2/tests/unit/test_configuration.py.
Configuration
Edit: this is still a problem in pydantic-settings v2.7.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The workaround for #146 is not working in
pydantic-settings
v2.7+.This construction is problematic:
This constrution is used on many places in tests, e.g. for
Configuration
: https://github.com/apify/crawlee-python/blob/v0.5.2/tests/unit/test_configuration.py.Edit: this is still a problem in
pydantic-settings
v2.7.1The text was updated successfully, but these errors were encountered: