File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.9 -alpine
1+ FROM python:3.11 -alpine
22
33WORKDIR /usr/src/app
44
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ annotated-types==0.7.0
33anyio == 4.8.0
44beautifulsoup4 == 4.13.3
55blinker == 1.9.0
6+ cachetools == 5.5.2
67certifi == 2025.1.31
78charset-normalizer == 3.4.1
89click == 8.1.8
@@ -20,6 +21,8 @@ Flask==3.1.0
2021frozendict == 2.4.6
2122gitdb == 4.0.12
2223GitPython == 3.1.44
24+ google-auth == 2.38.0
25+ google-genai == 1.5.0
2326groq == 0.18.0
2427h11 == 0.14.0
2528html5lib == 1.1
@@ -40,6 +43,8 @@ peewee==3.17.9
4043pendulum == 3.0.0
4144platformdirs == 4.3.6
4245primp == 0.12.1
46+ pyasn1 == 0.6.1
47+ pyasn1_modules == 0.4.1
4348pydantic == 2.10.6
4449pydantic-settings == 2.7.1
4550pydantic_core == 2.27.2
@@ -53,6 +58,7 @@ redis==5.2.1
5358requests == 2.32.3
5459rich == 13.9.4
5560rich-toolkit == 0.13.2
61+ rsa == 4.9
5662shellingham == 1.5.4
5763six == 1.17.0
5864smmap == 5.0.2
You can’t perform that action at this time.
0 commit comments