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/update packages #609

Closed

Conversation

chrisarridge
Copy link
Contributor

Version of frozen-flask was updated to be compatible with Python 3.12 and updated other dependencies as required. This required a change to the return value from one of the view functions. Also modified code to remove datetime.datetime.utcnow() deprecation warnings that were now appearing with Python 3.12.

Updated version of frozen-flask to fix Python 3.12 compatibility
issue and updated other packages as necessary.
Download errors view returned a tuple containing a Response
object but newer version of flask requires a tuple containing two
or more items, or a Response object.  Changed view to just return
the Response object.
Use of datetime.datetime.utcnow() is deprecated and in Python 3.12
there are now deprecation warnings printed to stdout.  Changed to
use timezone-aware objects.
@chrisarridge chrisarridge deleted the fix/update-packages branch August 13, 2024 11:29
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