Skip to content

Commit d99a64a

Browse files
week_2: pin pydantic>=2.4.0 to avoid v2 ReDoS advisory (CodeRabbit #925)
GHSA pydantic ReDoS affects >=2.0.0,<2.4.0; first patched in 2.4.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a01e404 commit d99a64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pyasn1
6363
pyasn1-modules
6464
pycodestyle
6565
pycparser
66-
pydantic>=2,<3
66+
pydantic>=2.4.0,<3
6767
pyee
6868
pyflakes
6969
PyGithub

0 commit comments

Comments
 (0)