-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
Various jsonschema DeprecationWarnings #1786
Comments
im working on it |
I confirm that is still presists in
I've got this after testing project with
This deprecated decorator is also mentioned in docs https://connexion.readthedocs.io/en/stable/validation.html#custom-type-formats |
|
So we need to wait 3.1.1 (>3.1.0) to get rid of the warning? UPD: No, this line (unused import) produces a deprecation warning.
Tested on the current main
(pyproject.toml, poetry) @RobbeSneyders should this issue be reopened? |
I fixed the remaining two deprecation warnings in #2023. |
Description
When using connexion I see these warnigns popping up:
I'm using v4.19.2 of jsonschema and v2.14.1 of connexion to get the above warnings, but it looks like they would persist in v3.0.
The text was updated successfully, but these errors were encountered: