Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
379 changes: 127 additions & 252 deletions apps/client_backend/poetry.lock

Large diffs are not rendered by default.

295 changes: 157 additions & 138 deletions apps/langchain_agent/poetry.lock

Large diffs are not rendered by default.

280 changes: 152 additions & 128 deletions apps/telegram_bot/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/telegram_bot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
python-telegram-bot = "^20.3"
mypy = "^1.3.0"
black = "^23.3.0"
black = "^24.3.0"
vocode = "0.1.111"


Expand Down
379 changes: 127 additions & 252 deletions apps/telephony_app/poetry.lock

Large diffs are not rendered by default.

837 changes: 207 additions & 630 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiohttp = "^3.9.5"
anthropic = "^0.28.0"
azure-cognitiveservices-speech = "^1.38.0"
elevenlabs = "^1.2.2"
fastapi = "^0.111.0"
fastapi = ">=0.111,<0.116"
janus = "^1.0.0"
jinja2 = "^3.1.4"
jsonschema = "^4.22.0"
Expand Down
Loading