object-mapper icon indicating copy to clipboard operation
object-mapper copied to clipboard

Update to collections module structure to support python 3.9+

Open jerdmanGH opened this issue 2 years ago • 4 comments

Update to the collections module import to support newer versions of python where the MutableMapping module has changed. Tested with Python 3.6, 3.8, 3.9, and 3.10 - all tests pass successfully in all versions.

jerdmanGH avatar Mar 10 '22 21:03 jerdmanGH

please, can u merge this pr ?

AsmisAlan avatar Apr 23 '23 03:04 AsmisAlan

Agreed, this should be merged to support Python 3.8+, currently on 3.11.3

infinidem avatar Apr 23 '23 22:04 infinidem

Please merge it, really need it to use it with python 3.11

SofyaSasnavik-sm avatar Apr 25 '23 15:04 SofyaSasnavik-sm

@infinidem @SofyaSasnavik-sm Feel free to switch to library https://github.com/dataclass-mapper/dataclass-mapper/. It has pretty much the same features as object-mapper, and it is maintained (by me :smile: ).

jakobkogler avatar Jun 09 '23 19:06 jakobkogler