File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9797 platform : ['win32']
9898 python : ' >=3.14'
9999
100- # pydantic and some dependencies have issues with Python 3.14 and mainly MacOS
100+ # pydantic supports Python 3.14 from version >= 2.35.0
101+ # https://pypi.org/project/pydantic_core/#history
101102- package_name : ' pydantic_core'
102- version : ' <2.41.2 '
103+ version : ' <2.35.0 '
103104 python : ' >=3.14'
105+ # rdps_py supports Python 3.14 from version >= 0.26.0
106+ # https://pypi.org/project/rpds-py/#history
104107- package_name : ' rpds_py'
105- version : ' <0.27 .0'
108+ version : ' <0.26 .0'
106109 python : ' >=3.14'
110+ # pyobjc_core supports Python 3.14 from version >= 11.0
111+ # https://pypi.org/project/pyobjc-core/#history
112+ # but on macOS version 10.3.2 has issues
107113- package_name : ' pyobjc_core'
108114 platform : ['darwin']
109115 version : ' ==10.3.2'
You can’t perform that action at this time.
0 commit comments