Is your feature request related to a problem?
Any recent pymemcache package triggers an error due to version selector in its instrumenter:
DependencyConflict: requested: "pymemcache ~= 1.3" but found: "pymemcache 3.5.0"
Describe the solution you'd like
Up the pymemcache instrumenter's version selector.
Describe alternatives you've considered
Either no telemetry from pymemcache or major downgrade for pymemcache package. Neither seems optimal.