Commit 6cd3d4f
fix: upgrade ddtrace to v3+ for Python 3.13 profiling compatibility
ddtrace v2.x profiling stack collector references _PyThread_CurrentExceptions
which was removed in CPython 3.13. This causes profiling to silently fail
(tracing works but profiles are never sent to Datadog).
Upgrading to ddtrace>=3,<5 fixes Python 3.13 profiling support.
Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>1 parent ee78c54 commit 6cd3d4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments