fix cached_tokens & completion_tokens (#1986)

This commit is contained in:
Shuchang Zheng
2025-03-20 19:56:02 -07:00
committed by GitHub
parent eb3eb4eede
commit f924185caf
3 changed files with 21 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ packages = [{ include = "skyvern" }, { include = "alembic" }]
[tool.poetry.dependencies]
python = "^3.11,<3.12"
python-dotenv = "^1.0.0"
openai = "<2.0"
openai = "<1.68"
sqlalchemy = {extras = ["mypy"], version = "^2.0.29"}
aiohttp = "^3.8.5"
python-multipart = "^0.0.6"