You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
21
+
Ensure that you only use packages mentioned there.<br/>
22
+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
23
+
24
+
12
25
# 1.2.0
13
26
Changes:
14
27
- Update baseimage to get latest security fixes and new python base (4707653)
@@ -18,12 +31,26 @@ Changes:
18
31
# 1.1.1
19
32
Changes:
20
33
- update baseimage tag to get latest security fixes and new python base (b74ffb7)
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
40
+
Ensure that you only use packages mentioned there.<br/>
41
+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
22
42
23
43
## 1.1.0
24
44
Changes:
25
45
- Update to new parent image to get latest security fixes and to update to action proxy version [email protected].
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
52
+
Ensure that you only use packages mentioned there.<br/>
53
+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
0 commit comments