GIScience/ohsome-py

TypeError: __init__() got an unexpected keyword argument 'allowed_methods'

redfrexx opened this issue · 0 comments

Calling

client.elements.geometry.post(bpolys=parks_dd, filter="(amenity=bench) and (type:node)")

throws the following error

TypeError: __init__() got an unexpected keyword argument 'allowed_methods'

Apperently urllib3 needs to be >=1.26. See this issue.