Skip to content

Commit 3d07238

Browse files
authored
Merge branch 'main' into grpcio-1.82.1
2 parents 4e42b9e + eda55c0 commit 3d07238

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

lib/ts_utils/py315.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"resampy",
1212
"shapely",
1313
"tensorflow",
14-
# Depends on referencing, which depends on rpds-py. rpds-py currently uses
15-
# PyO3, which rejects Python 3.15.
16-
"jsonschema",
1714
# Depends on matplotlib, which depends on contourpy. contourpy does not
1815
# provide Python 3.15 wheels yet.
1916
"seaborn",

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type checkers that we test our stubs against. These should always
22
# be pinned to a specific version to make failure reproducible.
3-
mypy==2.1.0
3+
mypy==2.2.0
44
pyright==1.1.411
55

66
# Libraries used by our various scripts.

0 commit comments

Comments
 (0)