twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Replace attrs.assoc with attrs.evolve #80

Open markrwilliams opened 7 years ago

markrwilliams commented 7 years ago

Looks like assoc is deprecated in favor of evolve. However, evolve is only available as of 17.1.0, so we would have to pin attrs >= 17.1.0 in setup.py.