This is the January 2024 patch release for Python.
What's Changed
- #2040: fix usage of ResourceResponse to use named argument by @aacebo in #2057
- Python 3.11 Pylint by @aacebo in #2060
- fix: Save a reference to created tasks, to avoid tasks disappearing by @anio in #2005
- fix: Treat HTTPException as it is, necessary to keep the original status code by @takeshi-yashiro in #1939
- Avoid exceptions for request without Content-Type header #1881 by @ivopisarovic in #1961
- Ensure Connector Client is retrieved in teams_info.py by @rampaged in #2062
New Contributors
- @anio made their first contribution in #2005
- @takeshi-yashiro made their first contribution in #1939
- @ivopisarovic made their first contribution in #1961
Full Changelog: 4.14.7...4.14.8