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
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12
+
Ensure that you only use packages mentioned there.<br/>
13
+
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.
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
15
28
Ensure that you only use packages mentioned there.<br/>
16
29
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.
30
+
17
31
## 1.21.0
18
32
Changes:
19
33
- Update to new parent image to continue getting security fixes.
0 commit comments