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

Ensure compatibility with pydantic-settings v2.7 #814

Open
vdusek opened this issue Dec 13, 2024 · 0 comments
Open

Ensure compatibility with pydantic-settings v2.7 #814

vdusek opened this issue Dec 13, 2024 · 0 comments
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@vdusek
Copy link
Collaborator

vdusek commented Dec 13, 2024

Relates to #146.

This construction is problematic:

Configuration(
    crawlee_storage_dir=str(tmp_path),  # type: ignore[call-arg]
    # ...
)
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

1 participant