Skip to content

Commit ce0ad59

Browse files
fix: pin ddtrace to v3.x for Python 3.13 heap profiling compatibility
Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
1 parent 6cd3d4f commit ce0ad59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install dist/*.whl
2222

2323
# Install ddtrace for Datadog APM and memory profiling support.
2424
# This is a no-op unless DD_PROFILING_ENABLED or similar env vars are set at runtime.
25-
RUN pip install "ddtrace>=3,<5"
25+
RUN pip install "ddtrace>=3,<4"
2626

2727
# Recreate the original structure
2828
RUN mkdir -p source_declarative_manifest \

0 commit comments

Comments
 (0)