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 redirect uri type as the URL is serializable to String #25

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

reastyn
Copy link
Contributor

@reastyn reastyn commented Sep 29, 2023

As seen with issue #23 the API of fastapi changed to return starlette.datastructures.URL instead of string. This serializes the URL to string and is backwards compatible with the older version as well.

@dudil dudil merged commit 0e95dad into dudil:master Sep 30, 2023
@dudil
Copy link
Owner

dudil commented Sep 30, 2023

Thank you for that change.
I'll start working on moving forward the module with latest changes in fastapi and pydantic

@reastyn
Copy link
Contributor Author

reastyn commented Oct 2, 2023

Thanks a lot, I got it working with just this one change. Would you please also publish the changes to the pypi package? Thanks a lot for your work!

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.

2 participants