bugfix: fix passing Image type in messages for chat (#390)

---------

Co-authored-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
Parth Sareen
2024-12-29 14:43:07 -08:00
committed by GitHub
parent 7d1e002be9
commit ee349ecc6d
4 changed files with 49 additions and 124 deletions
-1
View File
@@ -18,7 +18,6 @@ pytest = ">=7.4.3,<9.0.0"
pytest-asyncio = ">=0.23.2,<0.25.0"
pytest-cov = ">=4.1,<6.0"
pytest-httpserver = "^1.0.8"
pillow = "^10.2.0"
ruff = ">=0.1.8,<0.8.0"
[build-system]