File tree Expand file tree Collapse file tree 10 files changed +54
-52
lines changed
.project-creation/.skeleton Expand file tree Collapse file tree 10 files changed +54
-52
lines changed Original file line number Diff line number Diff line change 97
97
if [ "${{ matrix.example }}" != "no-example" ]; then
98
98
cp -r ../sdk/examples/${{ matrix.example }}/* ../app/app
99
99
fi
100
+ # And we do not want a requirement file from a previous version
101
+ # then we might get conflicts
102
+ # cp ../sdk/requirements.txt .
100
103
101
104
- name : Install dependencies
102
105
shell : bash
Original file line number Diff line number Diff line change 12
12
#
13
13
# SPDX-License-Identifier: Apache-2.0
14
14
15
- grpcio==1.59.0
16
- protobuf==4.24.4
17
- cloudevents==1.10 .0
15
+ grpcio==1.64.1
16
+ protobuf==5.27.2
17
+ cloudevents==1.11 .0
18
18
aiohttp==3.9.5
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ async-timeout==4.0.3
12
12
# via aiohttp
13
13
attrs == 23.2.0
14
14
# via aiohttp
15
- cloudevents == 1.10 .0
15
+ cloudevents == 1.11 .0
16
16
# via -r requirements.in
17
17
deprecation == 2.1.0
18
18
# via cloudevents
19
19
frozenlist == 1.4.1
20
20
# via
21
21
# aiohttp
22
22
# aiosignal
23
- grpcio == 1.59.0
23
+ grpcio == 1.64.1
24
24
# via -r requirements.in
25
25
idna == 3.7
26
26
# via yarl
@@ -30,7 +30,7 @@ multidict==6.0.5
30
30
# yarl
31
31
packaging == 24.1
32
32
# via deprecation
33
- protobuf == 4.24.4
33
+ protobuf == 5.27.2
34
34
# via -r requirements.in
35
35
yarl == 1.9.4
36
36
# via aiohttp
Original file line number Diff line number Diff line change 9
9
| async-timeout| 4.0.3| Apache 2.0|
10
10
| attrs| 23.2.0| MIT|
11
11
| build| 1.2.1| MIT|
12
- | cachetools| 5.3.3 | MIT|
12
+ | cachetools| 5.4.0 | MIT|
13
13
| cfgv| 3.4.0| MIT|
14
14
| chardet| 5.2.0| LGPL|
15
15
| click| 8.1.7| New BSD|
16
16
| cloudevents| 1.11.0| Apache 2.0|
17
17
| colorama| 0.4.6| BSD|
18
- | coverage| 7.5.4 | Apache 2.0|
18
+ | coverage| 7.6.0 | Apache 2.0|
19
19
| Deprecated| 1.2.14| MIT|
20
20
| deprecation| 2.1.0| Apache 2.0|
21
21
| distlib| 0.3.8| Python Software Foundation License|
22
- | exceptiongroup| 1.2.1 | MIT|
22
+ | exceptiongroup| 1.2.2 | MIT|
23
23
| filelock| 3.15.4| The Unlicense (Unlicense)|
24
24
| frozenlist| 1.4.1| Apache 2.0|
25
25
| grpc-stubs| 1.53.0.5| MIT|
26
26
| grpcio| 1.64.1| Apache 2.0|
27
27
| grpcio-tools| 1.64.1| Apache 2.0|
28
- | identify| 2.5.36 | MIT|
28
+ | identify| 2.6.0 | MIT|
29
29
| idna| 3.7| BSD|
30
30
| importlib-metadata| 7.1.0| Apache 2.0|
31
31
| iniconfig| 2.0.0| MIT|
32
32
| multidict| 6.0.5| Apache 2.0|
33
- | mypy| 1.10.1 | MIT|
33
+ | mypy| 1.11.0 | MIT|
34
34
| mypy-extensions| 1.0.0| MIT|
35
35
| mypy-protobuf| 3.6.0| Apache 2.0|
36
36
| nodeenv| 1.9.1| BSD|
46
46
| pip-tools| 7.4.1| BSD|
47
47
| platformdirs| 4.2.2| MIT|
48
48
| pluggy| 1.5.0| MIT|
49
- | pre-commit| 3.7.1 | MIT|
49
+ | pre-commit| 3.8.0 | MIT|
50
50
| protobuf| 5.27.2| Google License|
51
51
| pyproject-api| 1.7.1| MIT|
52
52
| pyproject-hooks| 1.1.0| MIT|
53
- | pytest| 8.2 .2| MIT|
54
- | pytest-asyncio| 0.23.7 | Apache 2.0|
53
+ | pytest| 8.3 .2| MIT|
54
+ | pytest-asyncio| 0.23.8 | Apache 2.0|
55
55
| pytest-cov| 5.0.0| MIT|
56
56
| pytz| 2024.1| MIT|
57
57
| PyYAML| 6.0.1| MIT|
Original file line number Diff line number Diff line change 12
12
#
13
13
# SPDX-License-Identifier: Apache-2.0
14
14
15
- grpcio==1.59.0
16
- protobuf==4.24.4
17
- cloudevents==1.10 .0
15
+ grpcio==1.64.1
16
+ protobuf==5.27.2
17
+ cloudevents==1.11 .0
18
18
aiohttp==3.9.5
19
- packaging==23.0
19
+ packaging==24.1
Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ async-timeout==4.0.3
12
12
# via aiohttp
13
13
attrs == 23.2.0
14
14
# via aiohttp
15
- cloudevents == 1.10 .0
15
+ cloudevents == 1.11 .0
16
16
# via -r requirements.in
17
17
deprecation == 2.1.0
18
18
# via cloudevents
19
19
frozenlist == 1.4.1
20
20
# via
21
21
# aiohttp
22
22
# aiosignal
23
- grpcio == 1.59.0
23
+ grpcio == 1.64.1
24
24
# via -r requirements.in
25
25
idna == 3.7
26
26
# via yarl
27
27
multidict == 6.0.5
28
28
# via
29
29
# aiohttp
30
30
# yarl
31
- packaging == 23.0
31
+ packaging == 24.1
32
32
# via
33
33
# -r requirements.in
34
34
# deprecation
35
- protobuf == 4.24.4
35
+ protobuf == 5.27.2
36
36
# via -r requirements.in
37
37
yarl == 1.9.4
38
38
# via aiohttp
Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ pytest-ordering
17
17
pytest-asyncio
18
18
pytest-cov
19
19
types-mock
20
- packaging==23.0
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile
6
6
#
7
- coverage [toml ]== 7.4.1
7
+ coverage [toml ]== 7.6.0
8
8
# via
9
9
# coverage
10
10
# pytest-cov
11
- exceptiongroup == 1.2.0
11
+ exceptiongroup == 1.2.2
12
12
# via pytest
13
13
iniconfig == 2.0.0
14
14
# via pytest
15
- packaging == 23.0
16
- # via
17
- # -r requirements.in
18
- # pytest
19
- pluggy == 1.4.0
15
+ packaging == 24.1
16
+ # via pytest
17
+ pluggy == 1.5.0
20
18
# via pytest
21
- pytest == 7.4.4
19
+ pytest == 8.3.2
22
20
# via
23
21
# -r requirements.in
24
22
# pytest-asyncio
25
23
# pytest-cov
26
24
# pytest-ordering
27
- pytest-asyncio == 0.23.4
25
+ pytest-asyncio == 0.23.8
28
26
# via -r requirements.in
29
- pytest-cov == 4.1 .0
27
+ pytest-cov == 5.0 .0
30
28
# via -r requirements.in
31
29
pytest-ordering == 0.6
32
30
# via -r requirements.in
33
31
tomli == 2.0.1
34
32
# via
35
33
# coverage
36
34
# pytest
37
- types-mock == 5.1.0.20240106
35
+ types-mock == 5.1.0.20240425
38
36
# via -r requirements.in
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ attrs==23.2.0
16
16
# via aiohttp
17
17
build == 1.2.1
18
18
# via pip-tools
19
- cachetools == 5.3.3
19
+ cachetools == 5.4.0
20
20
# via tox
21
21
cfgv == 3.4.0
22
22
# via pre-commit
@@ -28,8 +28,10 @@ cloudevents==1.11.0
28
28
# via velocitas_sdk (setup.py)
29
29
colorama == 0.4.6
30
30
# via tox
31
- coverage [toml ]== 7.5.4
32
- # via pytest-cov
31
+ coverage [toml ]== 7.6.0
32
+ # via
33
+ # coverage
34
+ # pytest-cov
33
35
deprecated == 1.2.14
34
36
# via
35
37
# opentelemetry-api
@@ -38,7 +40,7 @@ deprecation==2.1.0
38
40
# via cloudevents
39
41
distlib == 0.3.8
40
42
# via virtualenv
41
- exceptiongroup == 1.2.1
43
+ exceptiongroup == 1.2.2
42
44
# via pytest
43
45
filelock == 3.15.4
44
46
# via
@@ -57,7 +59,7 @@ grpcio==1.64.1
57
59
# velocitas_sdk (setup.py)
58
60
grpcio-tools == 1.64.1
59
61
# via velocitas_sdk (setup.py)
60
- identify == 2.5.36
62
+ identify == 2.6.0
61
63
# via pre-commit
62
64
idna == 3.7
63
65
# via yarl
@@ -69,7 +71,7 @@ multidict==6.0.5
69
71
# via
70
72
# aiohttp
71
73
# yarl
72
- mypy == 1.10.1
74
+ mypy == 1.11.0
73
75
# via velocitas_sdk (setup.py)
74
76
mypy-extensions == 1.0.0
75
77
# via mypy
@@ -118,7 +120,7 @@ pluggy==1.5.0
118
120
# via
119
121
# pytest
120
122
# tox
121
- pre-commit == 3.7.1
123
+ pre-commit == 3.8.0
122
124
# via velocitas_sdk (setup.py)
123
125
protobuf == 5.27.2
124
126
# via
@@ -131,12 +133,12 @@ pyproject-hooks==1.1.0
131
133
# via
132
134
# build
133
135
# pip-tools
134
- pytest == 8.2 .2
136
+ pytest == 8.3 .2
135
137
# via
136
138
# pytest-asyncio
137
139
# pytest-cov
138
140
# velocitas_sdk (setup.py)
139
- pytest-asyncio == 0.23.7
141
+ pytest-asyncio == 0.23.8
140
142
# via velocitas_sdk (setup.py)
141
143
pytest-cov == 5.0.0
142
144
# via velocitas_sdk (setup.py)
Original file line number Diff line number Diff line change 15
15
from setuptools import setup
16
16
17
17
requirements = [
18
- "grpcio>=1.59.0 " ,
19
- "protobuf>=3.19.4 " ,
20
- "cloudevents>=1.10 .0" ,
21
- "aiohttp> =3.9.5" ,
22
- "paho-mqtt> =2.1.0" ,
23
- "opentelemetry-distro> =0.46b0" ,
24
- "opentelemetry-instrumentation-logging> =0.46b0" ,
25
- "opentelemetry-sdk> =1.25.0" ,
26
- "opentelemetry-api> =1.25.0" ,
18
+ "grpcio==1.64.1 " ,
19
+ "protobuf==5.27.2 " ,
20
+ "cloudevents==1.11 .0" ,
21
+ "aiohttp= =3.9.5" ,
22
+ "paho-mqtt= =2.1.0" ,
23
+ "opentelemetry-distro= =0.46b0" ,
24
+ "opentelemetry-instrumentation-logging= =0.46b0" ,
25
+ "opentelemetry-sdk= =1.25.0" ,
26
+ "opentelemetry-api= =1.25.0" ,
27
27
]
28
28
29
29
extra_requirements = {
You can’t perform that action at this time.
0 commit comments