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

connexion 3.x support #101

Open
mfmarche opened this issue Nov 15, 2023 · 0 comments
Open

connexion 3.x support #101

mfmarche opened this issue Nov 15, 2023 · 0 comments

Comments

@mfmarche
Copy link

Recently upgrading to use connexion 3.0.1, and see a failure.

File "json_logging/framework/connexion/init.py", line 53, in before_request
if is_not_match_any_pattern(_current_request.path, exclude_url_patterns):
File "python3.10/site-packages/connexion/lifecycle.py", line 243, in getattr
return getattr(self._starlette_request, item)
AttributeError: 'Request' object has no attribute 'path'

I suspect the change to starlette broke the api slightly for where the path is found. There could be other api issuers here as well.

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

No branches or pull requests

1 participant