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
Burnt by using sqlalchemy internals, our system broke with 2.0.33 as _extract_mapped_subtype now can return ForwardRef objects. https://github.com/sqlalchemy/sqlalchemy/compare/rel_2_0_32..rel_2_0_33
_extract_mapped_subtype
The text was updated successfully, but these errors were encountered:
Exposed by python -m pytest src/tests/connectors/huggingface/test_huggingface_dataset_connector.py::test_incorrect_citation
python -m pytest src/tests/connectors/huggingface/test_huggingface_dataset_connector.py::test_incorrect_citation
Sorry, something went wrong.
Limit SqlAlchemy (#360)
fd2b4a6
Successfully merging a pull request may close this issue.
Burnt by using sqlalchemy internals, our system broke with 2.0.33 as
_extract_mapped_subtype
now can return ForwardRef objects.https://github.com/sqlalchemy/sqlalchemy/compare/rel_2_0_32..rel_2_0_33
The text was updated successfully, but these errors were encountered: