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: Specify multidict version on requirements #26602

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

rafaeelaudibert
Copy link
Member

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.

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.
@rafaeelaudibert rafaeelaudibert added the dependencies Pull requests that update a dependency file label Dec 3, 2024
Comment on lines +270 to +271
greenlet==3.1.1
# via sqlalchemy
Copy link
Member Author

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

@@ -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
Copy link
Collaborator

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

Copy link
Member Author

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

Copy link
Collaborator

@Twixes Twixes left a comment

Choose a reason for hiding this comment

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

👌

@Twixes Twixes enabled auto-merge (squash) December 4, 2024 13:41
@Twixes Twixes merged commit 42db153 into master Dec 4, 2024
89 checks passed
@Twixes Twixes deleted the fix-development-ubuntu branch December 4, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants