[
https://issues.apache.org/jira/browse/BEAM-11255?focusedWorklogId=511160&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511160
]
ASF GitHub Bot logged work on BEAM-11255:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/20 01:20
Start Date: 13/Nov/20 01:20
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #13321:
URL: https://github.com/apache/beam/pull/13321#issuecomment-726445532
I think the 2020 resolver would have solved this. It looks like botocore has
since released 1.19.17 that fixes the issue (so I opened
https://github.com/apache/beam/pull/13328 to rollback), but I tried pinning
1.19.16 to reproduce the error, then passing `--use-feature=2020-resolver`
successfully resolved it by installing 1.25.11:
```
❯ pip freeze | grep -E 'botocore|urllib3'
botocore==1.19.16
urllib3==1.25.11
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 511160)
Time Spent: 1h 50m (was: 1h 40m)
> Clear up urllib3 upper bound
> -----------------------------
>
> Key: BEAM-11255
> URL: https://issues.apache.org/jira/browse/BEAM-11255
> Project: Beam
> Issue Type: Improvement
> Components: dependencies, sdk-py-core
> Reporter: Pablo Estrada
> Priority: P2
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Adding an upper dependency bound for urllib3 to <1.26.0 to clear up
> dependency conflict between requests and boto3.
> This upper bound should be cleared up once boto3 is able to work with urllib3
> above 1.26.0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)