Skip to content

Commit 0bd6c01

Browse files
authored
Merge pull request #57 from espressif/change/exclude_list_update
Updated pydantic and its dependecies in exclude list
2 parents 18b0fb0 + af6a581 commit 0bd6c01

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

exclude_list.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,19 @@
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'

0 commit comments

Comments
 (0)