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

Modifications to work with Flask 3.0.0 #1746

Closed
wants to merge 1 commit into from
Closed

Conversation

osm3000
Copy link

@osm3000 osm3000 commented Oct 17, 2023

Fixes # .

  • Modifications required to enable connexion to work with flask 3.0.0

Changes proposed in this pull request:

  • Flask Blueprint requires a name, that is not an empty string. Thus, I add a condition to handle the case of empty string
  • I updated the relevant testcase accordingly

@RobbeSneyders
Copy link
Member

Thanks @osm3000, I believe this should already be handled by #1736 though.

@osm3000
Copy link
Author

osm3000 commented Oct 17, 2023

Right, thanks @RobbeSneyders for pointing that out. It seemed that your proposed PR is a more comprehensive solution to this problem.
I will close this PR.

@osm3000 osm3000 closed this Oct 17, 2023
@RobbeSneyders
Copy link
Member

No worries, I'll go ahead and merge it and release it as a new version.

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.

None yet

2 participants