Skip to content

Commit 8dbd871

Browse files
cap experimentCopilot
andcommitted
Relax msgpack and tornado dependency caps
Raise the upper bounds on msgpack (<=1.1.2 -> <=1.2.1) and tornado (<=6.5.5 -> <=6.5.7) so downstream consumers (citus regress tests) can pick up security-relevant patch releases while still pinning mitmproxy to a controlled range. Consistent with the fork's existing relaxations of urwid and cryptography. Verified: a real `pipenv lock` of the citus src/test/regress/Pipfile with mitmproxy pointed at this change resolves msgpack==1.2.1 and tornado==6.5.7 while preserving the cryptography==46.0.7 pin. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent df58795 commit 8dbd871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ dependencies = [
4545
"kaitaistruct>=0.10,<=0.11",
4646
"ldap3>=2.8,<=2.9.1",
4747
"mitmproxy_rs>=0.12.6,<0.13", # relaxed upper bound here: we control this
48-
"msgpack>=1.0.0,<=1.1.2",
48+
"msgpack>=1.0.0,<=1.2.1",
4949
"pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",
5050
"pyOpenSSL>=24.3,<=27.0.0",
5151
"pyparsing>=2.4.2,<=3.3.2",
5252
"pyperclip>=1.9.0,<=1.11.0",
5353
"ruamel.yaml>=0.18.10,<=0.19.1",
5454
"sortedcontainers>=2.3,<=2.4.0",
55-
"tornado>=6.5.0,<=6.5.5",
55+
"tornado>=6.5.0,<=6.5.7",
5656
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",
5757
"urwid>=2.6.14,<=4.0.0",
5858
"wsproto>=1.0,<=1.3.2",

0 commit comments

Comments
 (0)