serverstf / python-valve

A Python Interface to various Valve products and services
Other
236 stars 71 forks source link

collections.Mapping Errors Fix #87

Open fauzaanu opened 1 year ago

fauzaanu commented 1 year ago

change to collections.abc.Mapping from collections.Mapping as collections.Mapping is deprecated as of now

lnauta commented 1 year ago

Did this patch myself and thought to merge it into the repo, and found this request is already there!

sid3windr commented 4 months ago

Also just patched this, wanted to bring a PR ;-)