()
| 43 | |
| 44 | # find latest arrow-rs sha |
| 45 | def get_arrow_sha(): |
| 46 | url = 'https://api.github.com/repos/apache/arrow-rs/branches/master' |
| 47 | response = requests.get(url) |
| 48 | return response.json()['commit']['sha'] |
| 49 | |
| 50 | |
| 51 | # Update all entries that look like |