tilgovi / pyramid-oauthlib

Pyramid OAuthLib integration
BSD 2-Clause "Simplified" License
31 stars 16 forks source link

Pyramid 1.10 Support #14

Closed CasperCL closed 6 years ago

CasperCL commented 6 years ago

In Pyramid 1.10 the method set_request_property of the Pyramid Configuration class has been removed:

Removed pyramid.config.Configurator.set_request_property which had been deprecated since Pyramid 1.5. Instead use pyramid.config.Configurator.add_request_method with reify=True or property=True. See https://github.com/Pylons/pyramid/pull/3368

Seems like a simple fix. I'll submit a PR.

tilgovi commented 6 years ago

Version 0.4.0 is released. Thanks again 🙌.