File tree Expand file tree Collapse file tree 27 files changed +511
-214
lines changed
ddtrace/llmobs/_evaluators Expand file tree Collapse file tree 27 files changed +511
-214
lines changed Original file line number Diff line number Diff line change 11
11
- build_deploy*
12
12
- ' upgrade-latest-*'
13
13
- ' mq-working-branch**'
14
+ # TODO: Remove this after 3.x work is done
15
+ - 3.x-staging
14
16
pull_request :
15
17
release :
16
18
types :
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1460efe.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.10
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ exceptiongroup==1.2.2
20
+ hypothesis==6.45.0
21
+ idna==3.10
22
+ importlib-metadata==8.5.0
23
+ iniconfig==2.0.0
24
+ jmespath==1.0.1
25
+ mock==5.1.0
26
+ opentelemetry-api==1.29.0
27
+ opentracing==2.4.0
28
+ packaging==24.2
29
+ pluggy==1.5.0
30
+ protobuf==5.29.3
31
+ pytest==8.3.4
32
+ pytest-asyncio==0.21.1
33
+ pytest-cov==6.0.0
34
+ pytest-mock==3.14.0
35
+ pytest-randomly==3.16.0
36
+ python-dateutil==2.9.0.post0
37
+ requests==2.32.3
38
+ s3transfer==0.11.2
39
+ six==1.17.0
40
+ sortedcontainers==2.4.0
41
+ tomli==2.2.1
42
+ typing-extensions==4.12.2
43
+ ujson==5.10.0
44
+ urllib3==2.3.0
45
+ wrapt==1.17.2
46
+ xmltodict==0.14.2
47
+ zipp==3.21.0
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ cattrs==23.2.3
12
12
certifi==2024.7.4
13
13
charset-normalizer==3.3.2
14
14
coverage[toml]==7.5.4
15
- datadog==0.49.1
16
- datadog-lambda==6.96 .0
15
+ datadog==0.51.0
16
+ datadog-lambda==6.105 .0
17
17
ddsketch==3.0.1
18
- ddtrace==2.9.2
18
+ ddtrace==2.20.0
19
19
deprecated==1.2.14
20
20
envier==0.5.2
21
21
exceptiongroup==1.2.1
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1965d6b.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.10
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ hypothesis==6.45.0
20
+ idna==3.10
21
+ importlib-metadata==8.5.0
22
+ iniconfig==2.0.0
23
+ jmespath==1.0.1
24
+ mock==5.1.0
25
+ opentelemetry-api==1.29.0
26
+ opentracing==2.4.0
27
+ packaging==24.2
28
+ pluggy==1.5.0
29
+ protobuf==5.29.3
30
+ pytest==8.3.4
31
+ pytest-asyncio==0.21.1
32
+ pytest-cov==6.0.0
33
+ pytest-mock==3.14.0
34
+ pytest-randomly==3.16.0
35
+ python-dateutil==2.9.0.post0
36
+ requests==2.32.3
37
+ s3transfer==0.11.2
38
+ six==1.17.0
39
+ sortedcontainers==2.4.0
40
+ typing-extensions==4.12.2
41
+ ujson==5.10.0
42
+ urllib3==2.3.0
43
+ wrapt==1.17.2
44
+ xmltodict==0.14.2
45
+ zipp==3.21.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1aec773.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.10
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ hypothesis==6.45.0
20
+ idna==3.10
21
+ importlib-metadata==8.5.0
22
+ iniconfig==2.0.0
23
+ jmespath==1.0.1
24
+ mock==5.1.0
25
+ opentelemetry-api==1.29.0
26
+ opentracing==2.4.0
27
+ packaging==24.2
28
+ pluggy==1.5.0
29
+ protobuf==5.29.3
30
+ pytest==8.3.4
31
+ pytest-asyncio==0.21.1
32
+ pytest-cov==6.0.0
33
+ pytest-mock==3.14.0
34
+ pytest-randomly==3.16.0
35
+ python-dateutil==2.9.0.post0
36
+ requests==2.32.3
37
+ s3transfer==0.11.2
38
+ six==1.17.0
39
+ sortedcontainers==2.4.0
40
+ typing-extensions==4.12.2
41
+ ujson==5.10.0
42
+ urllib3==2.3.0
43
+ wrapt==1.17.2
44
+ xmltodict==0.14.2
45
+ zipp==3.21.0
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1ecfbd7.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.10
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ hypothesis==6.45.0
20
+ idna==3.10
21
+ importlib-metadata==8.5.0
22
+ iniconfig==2.0.0
23
+ jmespath==1.0.1
24
+ legacy-cgi==2.6.2
25
+ mock==5.1.0
26
+ opentelemetry-api==1.29.0
27
+ opentracing==2.4.0
28
+ packaging==24.2
29
+ pluggy==1.5.0
30
+ protobuf==5.29.3
31
+ pytest==8.3.4
32
+ pytest-asyncio==0.21.1
33
+ pytest-cov==6.0.0
34
+ pytest-mock==3.14.0
35
+ pytest-randomly==3.16.0
36
+ python-dateutil==2.9.0.post0
37
+ requests==2.32.3
38
+ s3transfer==0.11.2
39
+ six==1.17.0
40
+ sortedcontainers==2.4.0
41
+ typing-extensions==4.12.2
42
+ ujson==5.10.0
43
+ urllib3==2.3.0
44
+ wrapt==1.17.2
45
+ xmltodict==0.14.2
46
+ zipp==3.21.0
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ cattrs==23.2.3
12
12
certifi==2024.7.4
13
13
charset-normalizer==3.3.2
14
14
coverage[toml]==7.5.4
15
- datadog==0.49.1
16
- datadog-lambda==6.96 .0
15
+ datadog==0.51.0
16
+ datadog-lambda==6.105 .0
17
17
ddsketch==3.0.1
18
- ddtrace==2.9.2
18
+ ddtrace==2.20.0
19
19
deprecated==1.2.14
20
20
envier==0.5.2
21
21
exceptiongroup==1.2.1
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.8
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/6824c99.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.1
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ exceptiongroup==1.2.2
20
+ hypothesis==6.45.0
21
+ idna==3.10
22
+ importlib-metadata==8.5.0
23
+ iniconfig==2.0.0
24
+ jmespath==1.0.1
25
+ mock==5.1.0
26
+ opentelemetry-api==1.29.0
27
+ opentracing==2.4.0
28
+ packaging==24.2
29
+ pluggy==1.5.0
30
+ protobuf==5.29.3
31
+ pytest==8.3.4
32
+ pytest-asyncio==0.21.1
33
+ pytest-cov==5.0.0
34
+ pytest-mock==3.14.0
35
+ pytest-randomly==3.15.0
36
+ python-dateutil==2.9.0.post0
37
+ requests==2.32.3
38
+ s3transfer==0.11.2
39
+ six==1.17.0
40
+ sortedcontainers==2.4.0
41
+ tomli==2.2.1
42
+ typing-extensions==4.12.2
43
+ ujson==5.10.0
44
+ urllib3==1.26.20
45
+ wrapt==1.17.2
46
+ xmltodict==0.14.2
47
+ zipp==3.20.2
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command:
4
+ #
5
+ # pip-compile --allow-unsafe --no-annotate .riot/requirements/7cf5b29.in
6
+ #
7
+ attrs==25.1.0
8
+ boto3==1.36.10
9
+ botocore==1.36.10
10
+ bytecode==0.16.1
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ coverage[toml]==7.6.10
14
+ datadog==0.51.0
15
+ datadog-lambda==6.105.0
16
+ ddtrace==2.20.0
17
+ deprecated==1.2.18
18
+ envier==0.5.2
19
+ exceptiongroup==1.2.2
20
+ hypothesis==6.45.0
21
+ idna==3.10
22
+ importlib-metadata==8.5.0
23
+ iniconfig==2.0.0
24
+ jmespath==1.0.1
25
+ mock==5.1.0
26
+ opentelemetry-api==1.29.0
27
+ opentracing==2.4.0
28
+ packaging==24.2
29
+ pluggy==1.5.0
30
+ protobuf==5.29.3
31
+ pytest==8.3.4
32
+ pytest-asyncio==0.21.1
33
+ pytest-cov==6.0.0
34
+ pytest-mock==3.14.0
35
+ pytest-randomly==3.16.0
36
+ python-dateutil==2.9.0.post0
37
+ requests==2.32.3
38
+ s3transfer==0.11.2
39
+ six==1.17.0
40
+ sortedcontainers==2.4.0
41
+ tomli==2.2.1
42
+ typing-extensions==4.12.2
43
+ ujson==5.10.0
44
+ urllib3==2.3.0
45
+ wrapt==1.17.2
46
+ xmltodict==0.14.2
47
+ zipp==3.21.0
You can’t perform that action at this time.
0 commit comments