Skip to content

Conversation

ejinotti-mdsol
Copy link
Contributor

No description provided.

@ejinotti-mdsol ejinotti-mdsol changed the title [MCC-???] Fix Body Bug / Remove EOL Python 3.7 [MCC-1080029] Fix Body Bug / Remove EOL Python 3.7 Jun 24, 2023
[tool.poetry]
name = "mauth-client"
version = "1.5.1"
version = "1.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be 1.5.2 instead (patch fixing broken minor version 5)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

went with 1.6.0 because i also decided to remove python 3.7 which is EOL tomorrow: https://endoflife.date/python

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it

Comment on lines +73 to +76
# seek() will not work because production Flask and gunicorn give
# objects without a seek() function and blow up...
# yet humorously Flask in our tests gives a normal BytesIO object
# that does have seek()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮

requests = "^2.23"
cachetools = "^5.3"
rsa = "^4.0"
importlib-metadata = {version = ">=3.6", python = "<3.8"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this except block also?

except ModuleNotFoundError:
# needed for Python < 3.8
import importlib_metadata

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!!

@ykitamura-mdsol ykitamura-mdsol merged commit 6d9ad4e into main Jun 26, 2023
@ykitamura-mdsol ykitamura-mdsol deleted the fix/body-bug branch June 26, 2023 14:09
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.

3 participants