potiuk commented on issue #18705: URL: https://github.com/apache/airflow/issues/18705#issuecomment-933701818
This is the diff of deps updated in 3.6 at the time of the failed build. It is likely one of those is the reason: ``` < # This constraints file was automatically generated on 2021-09-27T11:33:12Z --- > # This constraints file was automatically generated on 2021-09-18T22:41:56Z 57c57 < anyio==3.3.2 --- > anyio==3.3.1 103c103 < boto3==1.18.48 --- > boto3==1.17.112 105c105 < botocore==1.21.48 --- > botocore==1.20.112 141c141 < distlib==0.3.3 --- > distlib==0.3.2 150c150 < elasticsearch==7.15.0 --- > elasticsearch==7.14.1 156,157c156,157 < fastavro==1.4.5 < filelock==3.1.0 --- > fastavro==1.4.4 > filelock==3.0.12 164c164 < fsspec==2021.9.0 --- > fsspec==2021.8.1 166c166 < gcsfs==2021.9.0 --- > gcsfs==2021.8.1 172c172 < google-api-core==1.31.3 --- > google-api-core==1.31.2 182c182 < google-cloud-bigquery==2.27.0 --- > google-cloud-bigquery==2.26.0 184c184 < google-cloud-build==3.5.1 --- > google-cloud-build==3.5.0 202c202 < google-cloud-tasks==2.5.2 --- > google-cloud-tasks==2.5.1 208,209c208,209 < google-crc32c==1.2.0 < google-resumable-media==2.0.3 --- > google-crc32c==1.1.2 > google-resumable-media==2.0.2 224,225c224,225 < hvac==0.11.2 < identify==2.2.15 --- > hvac==0.11.0 > identify==2.2.14 258c258 < libcst==0.3.21 --- > libcst==0.3.20 269c269 < moto==2.2.8 --- > moto==2.2.7 283c283 < neo4j==4.3.5 --- > neo4j==4.3.4 312c312 < platformdirs==2.4.0 --- > platformdirs==2.3.0 323c323 < protobuf==3.17.3 --- > protobuf==3.18.0 337,338c337,338 < pycryptodome==3.10.4 < pycryptodomex==3.10.4 --- > pycryptodome==3.10.1 > pycryptodomex==3.10.1 354c354 < pyspnego==0.2.0 --- > pyspnego==0.1.6 362c362 < pytest-xdist==2.4.0 --- > pytest-xdist==2.3.0 366c366 < python-http-client==3.3.3 --- > python-http-client==3.3.2 380c380 < regex==2021.9.24 --- > regex==2021.8.28 389c389 < rich==10.11.0 --- > rich==10.10.0 391c391 < s3transfer==0.5.0 --- > s3transfer==0.4.2 395c395 < sendgrid==6.8.2 --- > sendgrid==6.8.1 397c397 < sentry-sdk==1.4.1 --- > sentry-sdk==1.3.1 401,402c401,402 < slack-sdk==3.11.2 < smbprotocol==1.7.0 --- > slack-sdk==3.11.1 > smbprotocol==1.6.2 421c421 < sphinxcontrib-httpdomain==1.8.0 --- > sphinxcontrib-httpdomain==1.7.0 442c442 < thrift==0.15.0 --- > thrift==0.13.0 447c447 < tqdm==4.62.3 --- > tqdm==4.62.2 457c457 < urllib3==1.26.7 --- > urllib3==1.26.6 460c460 < virtualenv==20.8.1 --- > virtualenv==20.8.0 468c468 < yandexcloud==0.106.1 --- > yandexcloud==0.105.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
