- Use
web_poet.Unsetsentinel value which represents fields which hasn't been assigned with any value. This is to differentiate values which areNone.
- Supports
web_poet.RequestUrlandweb_poet.ResponseUrland automatically convert them into a string on URL fields likeProduct.url. - Bumps the
web_poetdependency version from0.4.0to0.5.0which fully supports type hints using thepy.typedmarker. - This package now also supports type hints using the
py.typedmarker. This means mypy would properly use the type annotations in the items when using it in your project. - Minor improvements in tests and annotations.
Initial release.