-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Update Django to 5.1.2 and update dependencies #4568
Conversation
1df160d
to
f420bd6
Compare
Can you post some release notes, please? That makes review a ton easier. |
daphne = "^4.1.2" | ||
httpx = {extras = ["http2"], version = "^0.27.2"} | ||
django-model-utils = "^4.5.1" | ||
django-permissions-policy = "^4.21.0" | ||
django-model-utils = "^5.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@albertisfu, this looks like a big version bump. Can you confirm it's OK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This it's good. But found an issue related to django-storages
described in detail below.
This LGTM, pending Alberto's last review. Alberto, if you want to merge, that'd be great. |
b5862a5
to
5a93ae5
Compare
rebased |
5a93ae5
to
f04a8f9
Compare
I reviewed this in detail, and it looks good except for the For instance, I'm encountering an issue during a file upload, specifically during a HEAD operation:
https://freelawproject.sentry.io/issues/5991462937/ Initially, I thought the issue was related to the boto3 update, but it's not. I confirmed the issue is specific to django-storages 1.14.4, as version 1.14.3 works correctly. The issue could be related to jschneier/django-storages#1437. We need to confirm whether this is a permission issue with developer credentials, a problem with environment variable settings that need to be adjusted, or a bug in For now, I think if we want this to be merged, we can downgrade |
f04a8f9
to
96a8479
Compare
Downgraded to 1.14.3. |
Thanks merging this one. And I'll open an issue regarding 1.14.4 issue. |
Some more dependency updates.