Commit fabca42
authored
fix(deps): pin openai==2.44.0 to avoid InputTokensDetails breaking ch… (#191)
* fix(deps): pin openai==2.44.0 to avoid InputTokensDetails breaking change (#187)
openai 2.45.0 added a required, no-default field cache_write_tokens to
InputTokensDetails. openai-agents 0.17.3 builds that object without the
field, so every LLM response crashes usage parsing with a pydantic
ValidationError. openkb did not pin openai, so fresh installs resolved it
to 2.45/2.46 and broke on any model. Pin below 2.45 until openai-agents
adapts.
* chore(deps): update uv.lock for openai==2.44.0 pin (#187)1 parent 4b8c0db commit fabca42
2 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments