Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bf310c

Browse files
authored
Update min openai version (pydantic#1479)
1 parenta779e94 commit4bf310c

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

‎pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
'gpt-4-turbo-2024-04-09',
138138
'gpt-4-turbo-preview',
139139
'gpt-4-vision-preview',
140+
'gpt-4.1',
141+
'gpt-4.1-2025-04-14',
142+
'gpt-4.1-mini',
143+
'gpt-4.1-mini-2025-04-14',
144+
'gpt-4.1-nano',
145+
'gpt-4.1-nano-2025-04-14',
140146
'gpt-4o',
141147
'gpt-4o-2024-05-13',
142148
'gpt-4o-2024-08-06',
@@ -206,6 +212,12 @@
206212
'openai:gpt-4-turbo-2024-04-09',
207213
'openai:gpt-4-turbo-preview',
208214
'openai:gpt-4-vision-preview',
215+
'openai:gpt-4.1',
216+
'openai:gpt-4.1-2025-04-14',
217+
'openai:gpt-4.1-mini',
218+
'openai:gpt-4.1-mini-2025-04-14',
219+
'openai:gpt-4.1-nano',
220+
'openai:gpt-4.1-nano-2025-04-14',
209221
'openai:gpt-4o',
210222
'openai:gpt-4o-2024-05-13',
211223
'openai:gpt-4o-2024-08-06',

‎pydantic_ai_slim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
# WARNING if you add optional groups, please update docs/install.md
5757
logfire = ["logfire>=3.11.0"]
5858
# Models
59-
openai = ["openai>=1.67.0"]
59+
openai = ["openai>=1.74.0"]
6060
cohere = ["cohere>=5.13.11; platform_system != 'Emscripten'"]
6161
vertexai = ["google-auth>=2.36.0","requests>=2.32.3"]
6262
anthropic = ["anthropic>=0.49.0"]

‎uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp