py311
This commit is contained in:
parent
b6fd69e65c
commit
e5d8e5a697
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main_volucy-gateway.yml
vendored
2
.github/workflows/main_volucy-gateway.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Set up Python version
|
- name: Set up Python version
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Create and start virtual environment
|
- name: Create and start virtual environment
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
fastapi==0.103.1
|
fastapi==0.103.1
|
||||||
uvicorn==0.23.2
|
uvicorn==0.23.2
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
pydantic==2.4.2
|
pydantic==1.10.8
|
||||||
typing-extensions==4.8.0
|
typing-extensions==4.8.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue