mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 00:59:06 +00:00
Baserow 1555 fix brotli decoding airtable
This commit is contained in:
parent
1a80d51ffb
commit
51feaf9068
3 changed files with 10 additions and 0 deletions
backend/requirements
changelog/entries/unreleased/bug
|
@ -36,4 +36,5 @@ redis==4.1.4
|
||||||
pysaml2==7.2.1
|
pysaml2==7.2.1
|
||||||
validators==0.20.0
|
validators==0.20.0
|
||||||
requests-oauthlib==1.3.1
|
requests-oauthlib==1.3.1
|
||||||
|
Brotli==1.0.9
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,8 @@ botocore==1.23.54
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
|
brotli==1.0.9
|
||||||
|
# via -r base.in
|
||||||
celery[redis]==5.2.3
|
celery[redis]==5.2.3
|
||||||
# via
|
# via
|
||||||
# -r base.in
|
# -r base.in
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue