Skip to content

Commit

Permalink
fix: pin mysqlclient version (#2053)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell Frank <[email protected]>
  • Loading branch information
MaxFrank13 and MaxFrank13 authored Jun 23, 2023
1 parent 40155e2 commit 851b3bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ analytics-python<=1.4.0
# Pinning urllib3 to versions < 2.x as this conflicts with boto. This constraint will be re-evaluated as part of
# APER-2422
urllib3<2

# Pinning mysqlclient to version 2.1.1 as newer version was breaking our build. This constraint will be re-evaluted as part of APER-2556
mysqlclient<=2.1.1

0 comments on commit 851b3bb

Please sign in to comment.