We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b23ecc commit 0c7c54cCopy full SHA for 0c7c54c
devops/playbook.yml
@@ -46,6 +46,15 @@
46
name: python3.13
47
state: latest
48
49
+ - name: install rust toolchain
50
+ become: yes
51
+ become_user: root
52
+ apt:
53
+ name:
54
+ - rustc
55
+ - cargo
56
+ state: latest
57
+
58
- name: install app dependencies
59
shell: /home/ubuntu/.local/bin/uv venv --python 3.13 && /home/ubuntu/.local/bin/uv sync
60
args:
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"sseclient-py==1.9.0",
13
"requests==2.32.5",
14
"boto3~=1.42.24",
15
- "ddtrace~=4.1.3",
+ "ddtrace~=4.0.0",
16
"python-json-logger~=2.0.7",
17
"wheel>=0.46.2",
18
"urllib3>=2.6.3",
0 commit comments