JibexBanks commited on
Commit
57b5074
·
1 Parent(s): 0dc7bee

testing...

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  # Switch to a working directory
4
  WORKDIR /app
 
1
+ FROM python:3.12-slim
2
 
3
  # Switch to a working directory
4
  WORKDIR /app
requirements.txt CHANGED
@@ -82,7 +82,7 @@ typing-inspection==0.4.2
82
  typing_extensions==4.15.0
83
  tzdata==2025.2
84
  urllib3==2.5.0
85
- uvicorn==0.24.0
86
  websockets==15.0.1
87
  xxhash==3.6.0
88
  yarl==1.22.0
 
82
  typing_extensions==4.15.0
83
  tzdata==2025.2
84
  urllib3==2.5.0
85
+ uvicorn[standard]==0.23.2
86
  websockets==15.0.1
87
  xxhash==3.6.0
88
  yarl==1.22.0