For 3.15, require tiktoken >= 0.14.0 and numpy >= 2.5.2 - #316
Merged
Conversation
Those versions are the first to have 3.15 wheels.
Guido van Rossum (gvanrossum)
force-pushed
the
more315
branch
from
August 19, 2026 02:50
98158e0 to
59542c2
Compare
Guido van Rossum (gvanrossum)
requested a review
from Bernhard Merkle (bmerkle)
August 19, 2026 02:59
Collaborator
Author
|
Bernhard Merkle (@bmerkle) Could you test this on Windows before approving? |
robgruen
approved these changes
Aug 21, 2026
Guido van Rossum (gvanrossum)
merged commit Aug 21, 2026
9b7cbc0
into
microsoft:main
21 checks passed
Collaborator
Author
|
Thanks robgruen! How are things? |
Collaborator
|
GREAT! Just got back from 2.5 week vacation so feeling very refreshed. Hopefully your travels were as nice as mine!
…________________________________
From: Guido van Rossum ***@***.***>
Sent: Friday, August 21, 2026 10:01 AM
To: microsoft/typeagent-py ***@***.***>
Cc: Robert Gruen ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/typeagent-py] For 3.15, require tiktoken >= 0.14.0 and numpy >= 2.5.2 (PR #316)
[https://avatars.githubusercontent.com/u/2894642?s=20&v=4]gvanrossum left a comment (microsoft/typeagent-py#316)<#316?email_source=notifications&email_token=AGBS6WIHS52IQORB3MO3OGT5LB553A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZXGI4DKMZVGIZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-5372853522>
Thanks robgruen<https://github.com/robgruen>! How are things?
—
Reply to this email directly, view it on GitHub<#316?email_source=notifications&email_token=AGBS6WIHS52IQORB3MO3OGT5LB553A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZXGI4DKMZVGIZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-5372853522>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGBS6WJUW2U3VJZA3PPXWOL5LB553AVCNFSNUABGKJSXA33TNF2G64TZHMYTANJTGY4TKMBXHE5US43TOVSTWNJRHA4DENBWHEYDLILWAI>.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS<https://github.com/notifications/mobile/ios/AGBS6WN7UZIP2MTJMKNZ4GD5LB553A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZXGI4DKMZVGIZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y> and Android<https://github.com/notifications/mobile/android/AGBS6WK3G2S52NK2KFHG2SD5LB553A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMZXGI4DKMZVGIZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>. Download it today!
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Collaborator
|
Hi, i tested on a plain new Windows box: uv run --python 3.15 pytest question: PS. I am also back from vacation :-) |
Collaborator
|
PS C:\work\typeagent-py> uv run --python 3.15 pytest Installed 134 packages in 6.15s runs also on windows11 with Vstudio 2026 installed |
Bernhard Merkle (bmerkle)
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I can now run
uv run --python 3.15 pytestsuccessfully on macOS. Only three packages are still built from source: regex, aiohttp and jiter. They build quickly. Previously, tiktoken failed to build from source unless you had rustc installed; numpy built successfully but very slowly. So this is major progress. Expect more wheel updates for the others.