dynamodb-json icon indicating copy to clipboard operation
dynamodb-json copied to clipboard

Fix DeprecationWarning in Python 3.8

Open amitbeka opened this issue 4 years ago • 1 comments
trafficstars

Newer python versions forbid regular expression strings without the r suffix. No functional change.

amitbeka avatar Jan 17 '21 18:01 amitbeka

Hey Alon, can you actually merge the commit to master and upload a new version to pypi?

This would be very helpful!

Thanks

amitbeka avatar Apr 12 '21 04:04 amitbeka

Fixed on https://github.com/Alonreznik/dynamodb-json/pull/25

Alonreznik avatar May 18 '24 17:05 Alonreznik