Compare commits
No commits in common. "74cba15572d8ded158bf83776a13671913f61ea2" and "d515662059121f178144fca2cd96fb0006b295d5" have entirely different histories.
74cba15572
...
d515662059
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,4 +1,4 @@
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
fastapi[standard]==0.115.6
|
fastapi[standard]==0.115.5
|
||||||
pymongo==4.10.1
|
pymongo==4.10.1
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue