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
With pydantic 2.10.0 we currently get errors like:
pydantic.errors.PydanticUserError: `Configuration` is not fully defined; you should define `Any`, then call `Configuration.model_rebuild()
It was working in pydantic version 2.9.2
Relax <2.10.0 contraint in pyproject.toml once issues are solved in Pydantic
Reproduce for example by running following unit test: https://github.com/apify/crawlee-python/blob/master/tests/unit/test_configuration.py#L7
The text was updated successfully, but these errors were encountered:
Could be fixed by similar already reported issue: pydantic/pydantic#10919.
Sorry, something went wrong.
Pijukatel
No branches or pull requests
With pydantic 2.10.0 we currently get errors like:
It was working in pydantic version 2.9.2
Relax <2.10.0 contraint in pyproject.toml once issues are solved in Pydantic
Reproduce for example by running following unit test:
https://github.com/apify/crawlee-python/blob/master/tests/unit/test_configuration.py#L7
The text was updated successfully, but these errors were encountered: