Compare commits
No commits in common. "0a16474f9d511b13f231f210127c0740c291a0ba" and "189050d7c5417be3af57f36c5b0b49d57447e7b8" have entirely different histories.
0a16474f9d
...
189050d7c5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.13.1
|
FROM python:3.13.0
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
fastapi[standard]==0.115.6
|
fastapi[standard]==0.115.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue