Skip to content

Commit 1bef512

Browse files
authored
Fix openai-litellm dependency incompatibility (#181)
1 parent 51ca053 commit 1bef512

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"stagehand": patch
3+
---
4+
5+
Fix openai-litellm dependency bug

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"requests>=2.31.0",
1818
"browserbase>=1.4.0",
1919
"rich>=13.7.0",
20-
"openai>=1.83.0",
20+
"openai>=1.83.0,<1.99.6",
2121
"anthropic>=0.51.0",
2222
"litellm>=1.72.0",
2323
"nest-asyncio>=1.6.0",

0 commit comments

Comments
 (0)