Skip to content

Commit 93e9006

Browse files
timothytlewisclaude
authored andcommitted
fix(python): update zlib dependency pin to 1.3.2
zlib 1.3.2 is the current stable release. The tcl-lang.org package uses ^1.3, so 1.3.2 is fully compatible. Update exact pin accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e3e7c8 commit 93e9006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/python.org/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interprets:
3434
args: python
3535

3636
dependencies:
37-
zlib.net: =1.3.1 # match tcl version exactly
37+
zlib.net: =1.3.2 # match tcl; tcl uses ^1.3 so 1.3.2 is compatible
3838
sourceware.org/bzip2: 1
3939
openssl.org: ^1.1
4040
sourceware.org/libffi: 3

0 commit comments

Comments
 (0)