File tree Expand file tree Collapse file tree 3 files changed +196
-149
lines changed Expand file tree Collapse file tree 3 files changed +196
-149
lines changed Original file line number Diff line number Diff line change 5151 - " 3.11"
5252 - " 3.12"
5353 - " 3.13"
54- # TODO: enable this https://github.com/openai/openai-agents-python/pull/1961/
55- # - "3.14"
54+ - " 3.14"
5655 env :
5756 OPENAI_API_KEY : fake-for-tests
5857 steps :
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ requires-python = ">=3.9"
77license = " MIT"
88authors = [{
name =
" OpenAI" ,
email =
" [email protected] " }]
99dependencies = [
10- " openai>=2.2,<3" ,
11- " pydantic>=2.10, <3" ,
10+ " openai>=2.6,<3" ,
11+ " tiktoken>=0.12,<0.13" ,
12+ " pydantic>=2.12.3, <3" ,
1213 " griffe>=1.5.6, <2" ,
1314 " typing-extensions>=4.12.2, <5" ,
1415 " requests>=2.0, <3" ,
@@ -24,6 +25,7 @@ classifiers = [
2425 " Programming Language :: Python :: 3.11" ,
2526 " Programming Language :: Python :: 3.12" ,
2627 " Programming Language :: Python :: 3.13" ,
28+ " Programming Language :: Python :: 3.14" ,
2729 " Operating System :: OS Independent" ,
2830 " Topic :: Software Development :: Libraries :: Python Modules" ,
2931 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments