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

Fix/360 #361

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Fix/360 #361

merged 2 commits into from
Oct 16, 2024

Conversation

PGijsbers
Copy link
Collaborator

Closes #360

Note that the previous annotation was simply wrong. There is even a comment in the code that specified the method can return a string

): # the datatype will be string, if the annotation List["Publication"]

With SqlAlchemy 2.0.33+ the internal methods changed to provide a ForwardRef, which broke our code. Previous behavior was to simply return the string of the Forward Ref, so this batch just brings that behavior back.

Copy link
Collaborator

@Taniya-Das Taniya-Das left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@PGijsbers PGijsbers merged commit 5b40190 into develop Oct 16, 2024
1 check passed
@PGijsbers PGijsbers deleted the fix/360 branch October 16, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SqlAlchemy 2.0.33 compatibility
2 participants