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

deps: isodate upgrade - 0.6 >> 0.7.2 #183

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

Dyl-M
Copy link
Contributor

@Dyl-M Dyl-M commented Oct 14, 2024

Partial fix for #173

Changes introduced with isodate 0.7 release (according to their CHANGELOG):

0.7.2 (2024-10-08)

  • drop end of life python versions
  • Don't match garbage characters at the end of parsed strings

Potentially breaking changes:

  • Fractional seconds are cut off to microseconds (always round down)
  • Allow control over return type of parse_duration
  • Python >= 3.7 required

Dyl-M added 2 commits October 14, 2024 11:13
Partial fix for sns-sdks#173
Changes introduced with isodate 0.7 release (according to their CHANGELOG)):

0.7.2 (2024-10-08)
------------------

- drop end of life python versions
- Don't match garbage characters at the end of parsed strings sns-sdks#16 (Gabriel de Perthuis)

Potentially breaking changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fractional seconds are cut off to microseconds (always round down)
- Allow control over return type of parse_duration sns-sdks#64 (Felix Claessen)
- Python >= 3.7 required
@Dyl-M Dyl-M changed the title deps: isodate upgrade - 0.6 >> 0.7 deps: isodate upgrade - 0.6 >> 0.7.2 Oct 14, 2024
@MerleLiuKun MerleLiuKun merged commit 88ea232 into sns-sdks:master Oct 21, 2024
1 of 8 checks passed
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.

2 participants