1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 14:25:37 +00:00

Baserow 1555 fix brotli decoding airtable

This commit is contained in:
Nigel Gott 2023-02-10 15:55:53 +00:00
parent 1a80d51ffb
commit 51feaf9068
3 changed files with 10 additions and 0 deletions

View file

@ -36,4 +36,5 @@ redis==4.1.4
pysaml2==7.2.1
validators==0.20.0
requests-oauthlib==1.3.1
Brotli==1.0.9

View file

@ -42,6 +42,8 @@ botocore==1.23.54
# via
# boto3
# s3transfer
brotli==1.0.9
# via -r base.in
celery[redis]==5.2.3
# via
# -r base.in

View file

@ -0,0 +1,7 @@
{
"type": "bug",
"message": "Fixed Brotli decoding issue where you sometimes cannot import from Airtable.",
"issue_number": 1555,
"bullet_points": [],
"created_at": "2023-02-10"
}