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 4949 - " 3.11"
5050 - " 3.12"
5151 - " 3.13"
52- # TODO: enable this https://github.com/openai/openai-agents-python/pull/1961/
53- # - "3.14"
52+ - " 3.14"
5453 env :
5554 OPENAI_API_KEY : fake-for-tests
5655 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