Skip to content

Commit 0be8b6e

Browse files
committed
update typing-extensions version in buck
[ghstack-poisoned]
1 parent eac6393 commit 0be8b6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dependencies=[
6666
"ruamel.yaml",
6767
"sympy",
6868
"tabulate",
69+
# See also third-party/TARGETS for buck's typing-extensions version.
6970
"typing-extensions>=4.10.0",
7071
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
7172
"coremltools==8.3; platform_system == 'Darwin'",

third-party/TARGETS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ prebuilt_python_library_defs = {
2323
"url": "https://files.pythonhosted.org/packages/12/fc/a4d5a7554e0067677823f7265cb3ae22aed8a238560b5133b58cda252dad/PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
2424
},
2525
"typing-extensions": {
26-
"out": "typing_extensions-4.2.0-py3-none-any.whl",
27-
"sha1": "ff0849420e94f425818bff5d0f25e3cdfaba8601",
28-
"url": "https://files.pythonhosted.org/packages/75/e1/932e06004039dd670c9d5e1df0cd606bf46e29a28e65d5bb28e894ea29c9/typing_extensions-4.2.0-py3-none-any.whl",
26+
"out": "typing_extensions-4.13.2-py3-none-any.whl",
27+
"sha1": "85a14b4d38ca0e528328b6b591769e1d989f12b8",
28+
"url": "https://files.pythonhosted.org/packages/8b/54/b1ae86c0973cc6f0210b53d508ca3641fb6d0c56823f288d108bc7ab3cc8/typing_extensions-4.13.2-py3-none-any.whl",
2929
},
3030
"wcwidth": {
3131
"out": "wcwidth-0.1.5-py2.py3-none-any.whl",

0 commit comments

Comments
 (0)