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] Fixed several minor issues in retryable requests #373

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

nemesifier
Copy link
Member

  • we need to ensure a recent version of requests is installed
  • docs had several mistakes
  • some code was repeated twice in the function definition

@nemesifier nemesifier added the bug label Mar 14, 2024
@nemesifier nemesifier requested a review from pandafy March 14, 2024 14:55
@nemesifier nemesifier self-assigned this Mar 14, 2024
- we need to ensure a recent version of requests is installed
- docs had several mistakes
- some code was repeated twice in the function definition
@coveralls
Copy link

Coverage Status

coverage: 98.395% (-0.002%) from 98.397%
when pulling 81d8e7a on fix-retryable
into 4719e07 on master.

@@ -46,6 +46,8 @@
'django-compress-staticfiles~=1.0.1b',
'django-admin-autocomplete-filter~=0.7.1',
'swapper~=1.3.0',
# allow wider range here to avoid interfering with other modules
'requests>=2.31.0,<3.0.0',
Copy link
Member

Choose a reason for hiding this comment

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

Do we need an upper limit here?

Copy link
Member Author

Choose a reason for hiding this comment

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

just to avoid potential issues in the future, we can change it when the new version will be released

Copy link
Member

@pandafy pandafy left a comment

Choose a reason for hiding this comment

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

Thank you these fixes @nemesifier, LGTM!

@nemesifier nemesifier merged commit 81d8e7a into master Mar 16, 2024
20 checks passed
@nemesifier nemesifier deleted the fix-retryable branch March 16, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants