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 Falcon deprecation warnings #101

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

valfirst
Copy link
Owner

  • Fixed deprecation warnings:
    1. DeprecatedWarning: Call to deprecated function __init__(...). API class may be removed in a future release, use falcon.App instead. api = falcon.API()
    2. DeprecatedWarning: Call to deprecated property body. Please use text instead.
  • Explicitly require falcon >= 3

@valfirst valfirst merged commit 1f9ec3c into master Jun 13, 2022
@valfirst valfirst deleted the fix-falcon-deprecation-warnings branch June 13, 2022 19:59
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.

1 participant