add fix
This commit is contained in:
parent
ecae466ded
commit
066a980cf7
@ -19,7 +19,7 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
|
|
||||||
# Копируем файлы Poetry (pyproject.toml и poetry.lock)
|
# Копируем файлы Poetry (pyproject.toml и poetry.lock)
|
||||||
COPY pyproject.toml poetry.lock ./
|
COPY pyproject.toml ./
|
||||||
|
|
||||||
# Устанавливаем зависимости через Poetry
|
# Устанавливаем зависимости через Poetry
|
||||||
RUN poetry install --no-root
|
RUN poetry install --no-root
|
||||||
|
2
gemini_worker/poetry.lock
generated
2
gemini_worker/poetry.lock
generated
@ -1819,4 +1819,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.11, <4.0"
|
python-versions = ">=3.11, <4.0"
|
||||||
content-hash = "0ccc112f2a3ca080fe5c891939ae80712f5df1b537a2a50b86264d78011b9c99"
|
content-hash = "b60924f61984e2d6dcf432992e7581bedee0784b908211a903821815172489dc"
|
||||||
|
@ -8,7 +8,7 @@ authors = [
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11, <4.0"
|
requires-python = ">=3.11, <4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"faststream[cli] (>=0.5.40,<0.6.0)",
|
"faststream[cli] (>=0.5.37,<0.6.0)",
|
||||||
"aio-pika (>=9.5.4,<10.0.0)",
|
"aio-pika (>=9.5.4,<10.0.0)",
|
||||||
"google-genai (>=1.0.0,<2.0.0)",
|
"google-genai (>=1.0.0,<2.0.0)",
|
||||||
"google-generativeai (>=0.8.4,<0.9.0)",
|
"google-generativeai (>=0.8.4,<0.9.0)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user