Skip to content

Commit 13b191b

Browse files
author
konrad-czarnota-ds
authored
fix: optional dependency mismatch for openai (#760)
1 parent 3271e99 commit 13b191b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/ragbits-guardrails/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Fix double openai optional dependency version mismatch
56
- Introduce new API for attachments in prompts (#711)
67

78
## 1.1.0 (2025-07-09)

packages/ragbits-guardrails/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = ["ragbits-core==1.1.0"]
4141

4242
[project.optional-dependencies]
4343
openai = [
44-
"openai>=1.57.3,<2.0.0",
44+
"openai>=1.91.0,<2.0.0",
4545
]
4646

4747
[tool.uv]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)