-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Specify multidict
version on requirements
#26602
Conversation
We can't install our dependencies on Ubuntu 24 because of this broken version. The problem was fixed in a later patch version, let's just move it there, there aren't any other relevant changes that would block this.
greenlet==3.1.1 | ||
# via sqlalchemy |
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.
I think this is changing because someone forgot to call uv compile
after changing the requirements recently
requirements-dev.in
Outdated
@@ -23,6 +23,7 @@ Faker==17.5.0 | |||
fakeredis[lua]==2.23.3 | |||
freezegun==1.2.2 | |||
inline-snapshot==0.12.* | |||
multidict==6.0.5 |
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.
Since we don't import multidict
anywhere, let's explicitly comment on this requirement's line why it's needed
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.
That makes sense, just added the comment
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.
👌
We can't install our dependencies on Ubuntu 24 because of a broken Ubuntu wheel. The problem was fixed in a later patch version, let's just move it there, there aren't any other relevant changes that would block this.