Skip to content

Commit 78e140c

Browse files
authored
Merge pull request #13 from fmadore/dependabot/pip/openai-gte-1.60-and-lt-4
build(deps): update openai requirement from <3,>=1.60 to >=1.60,<4
2 parents 930b1d7 + 5c0f740 commit 78e140c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
# interactions but no `mode` field on TranscriptionConfig, so the request
4949
# builds and the model silently ignores timestamps and diarization.
5050
"google-genai>=2.20,<3",
51-
"openai>=1.60,<3",
51+
"openai>=1.60,<4",
5252
"mistralai>=2.5,<3", # 2.x layout: import from mistralai.client and mistralai.client.errors
5353
"pydantic>=2.5,<3",
5454
# PDF processing

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# --- AI provider APIs --------------------------------------------------------
1212
google-genai>=2.20,<3 # Google Gemini API. 2.20 floor: 02c needs the Interactions transcription mode types, absent in 2.16
13-
openai>=1.60,<3 # OpenAI GPT API (Responses API)
13+
openai>=1.60,<4 # OpenAI GPT API (Responses API)
1414
mistralai>=2.5,<3 # Mistral AI API (Large 3, OCR 4). 2.x layout: import from mistralai.client and mistralai.client.errors
1515
pydantic>=2.5,<3 # Data validation and structured outputs
1616

0 commit comments

Comments
 (0)