File tree Expand file tree Collapse file tree 4 files changed +10
-23
lines changed Expand file tree Collapse file tree 4 files changed +10
-23
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.11"
20
20
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : " 3.11"
23
23
29
29
pip-compile --upgrade requirements.txt
30
30
31
31
- name : Create Pull Request
32
- uses : peter-evans/create-pull-request@v5
32
+ uses : peter-evans/create-pull-request@v7
33
33
with :
34
34
token : ${{ secrets.GITHUB_TOKEN }}
35
35
commit-message : " chore: update dependencies"
Original file line number Diff line number Diff line change @@ -29,19 +29,6 @@ Replace `your-username` with your GitHub username and `your-app.railway.app` wit
29
29

30
30
```
31
31
32
- ## 🚀 Quick Deploy
33
-
34
- ### Railway (Recommended - Free)
35
- 1 . Fork this repo
36
- 2 . Connect to [ Railway] ( https://railway.app )
37
- 3 . Deploy automatically
38
- 4 . Use your Railway URL in README
39
-
40
- ### Render (Free with sleep)
41
- 1 . Fork this repo
42
- 2 . Connect to [ Render] ( https://render.com )
43
- 3 . Deploy as Web Service
44
-
45
32
## 🛠️ Local Development
46
33
47
34
``` bash
Original file line number Diff line number Diff line change 1
- fastapi == 0.104 .1
2
- uvicorn [standard ]== 0.24 .0
1
+ fastapi == 0.116 .1
2
+ uvicorn [standard ]== 0.35 .0
3
3
sqlalchemy == 2.0.23
4
- pillow == 10.1 .0
5
- python-multipart == 0.0.6
6
- pydantic == 2.5.0
4
+ pillow == 11.3 .0
5
+ python-multipart == 0.0.20
6
+ pydantic == 2.11.7
7
7
psycopg2-binary == 2.9.9
You can’t perform that action at this time.
0 commit comments