update poetry.lock & add provider VoiGpt (#64)

* update poetry.lock

* fix queue test

* update to python 3.11.7

* update .gitignore with python version

* add provider VoiGpt

---------

Co-authored-by: Dmitry Afanasyev <afanasiev@litres.ru>
This commit is contained in:
Dmitry Afanasyev
2023-12-11 18:00:55 +03:00
committed by GitHub
parent 2973841137
commit 0584083a4f
11 changed files with 520 additions and 333 deletions

View File

@@ -23,7 +23,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.6'
python-version: '3.11.7'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------

View File

@@ -26,7 +26,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.6'
python-version: '3.11.7'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------