File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ authors = [
41
41
]
42
42
dependencies = [
43
43
" attrs>=24.3.0" ,
44
- " typing-extensions>=4.12.2 " ,
44
+ " typing-extensions>=4.14.0 " ,
45
45
" exceptiongroup>=1.1.1; python_version < '3.11'" ,
46
46
]
47
47
requires-python = " >=3.9"
@@ -57,7 +57,6 @@ classifiers = [
57
57
" Programming Language :: Python :: 3.11" ,
58
58
" Programming Language :: Python :: 3.12" ,
59
59
" Programming Language :: Python :: 3.13" ,
60
- " Programming Language :: Python :: 3.14" ,
61
60
" Programming Language :: Python :: Implementation :: CPython" ,
62
61
" Programming Language :: Python :: Implementation :: PyPy" ,
63
62
" Typing :: Typed" ,
@@ -76,7 +75,7 @@ ujson = [
76
75
" ujson>=5.10.0" ,
77
76
]
78
77
orjson = [
79
- " orjson>=3.10.18 ; implementation_name == \" cpython\" " ,
78
+ " orjson>=3.10.7 ; implementation_name == \" cpython\" and python_version < \" 3.14 \" " ,
80
79
]
81
80
msgpack = [
82
81
" msgpack>=1.0.5" ,
You can’t perform that action at this time.
0 commit comments