I’m working on a custom component that relies on pyparsing 3.0.7 - I’m running into a requirements conflict because a couple integrations (google calendar & remember the milk) leverage httplib2, and HA core currently uses v0.19, which is only compatible with pyparsing 2.x. Newer versions of httplib2 support both pyparsing 2.x and 3.x, and (from my testing) don’t introduce any conflicts with google or RTM. Is there an approved channel/method for requesting a bump httplib to 0.20.4?