Bug Fixes
- openai: Fixes the issue with
ImportError
ofTypedDict
fromtyping
module in Python 3.7. - profiling: Fixed a regression whereby the profile exporter would not handle known request errors and asks the user to report an issue instead.
- pytest: This fix resolves an issue where failures and non-skipped tests were not propagated properly when unittest.TestCase classes were used.
- Fixed a bug that caused applications using gevent and cassandra to fail to start with the ddtrace-run command.
- tracing: This fix resolves an issue where negative trace ID values were allowed to propagate via Datadog distributed tracing HTTP headers.
- Pin
cython<3
due to an incompatibility withcython==3.0.0
and typing annotations in profiling code.