File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ Fixed compatibility issue with Cython 3.1.1 -- by :user: `bdraco `
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def exception(self) -> Optional[BaseException]:
79
79
80
80
def set_exception (
81
81
self ,
82
- exc : " BaseException" ,
82
+ exc : BaseException ,
83
83
exc_cause : builtins .BaseException = _EXC_SENTINEL ,
84
84
) -> None :
85
85
self ._eof = True
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ cryptography==45.0.2
62
62
# via
63
63
# pyjwt
64
64
# trustme
65
- cython==3.0.12
65
+ cython==3.1.1
66
66
# via -r requirements/cython.in
67
67
distlib==0.3.9
68
68
# via virtualenv
Original file line number Diff line number Diff line change 1
1
-r multidict.in
2
2
3
- Cython
3
+ Cython >= 3.1.1
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
6
6
#
7
- cython==3.0.12
7
+ cython==3.1.1
8
8
# via -r requirements/cython.in
9
9
multidict==6.4.3
10
10
# via -r requirements/multidict.in
You can’t perform that action at this time.
0 commit comments