You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv 0.5.1 typing==3.7.4.3 has Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* typing==3.10.0.0 has Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5
$ uv pip compile -p3.12 --no-cache <(echo typing)
Resolved 1 package in 390ms
# This file was autogenerated by uv via the following command:
# uv pip compile -p3.12 --no-cache /dev/fd/63
typing==3.10.0.0
# via -r /dev/fd/63
$ uvx -p3.12 pip install --no-cache --dry-run typing==3.10
ERROR: Ignored the following versions that require a different python version: 3.10.0.0 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5; 3.7.4.2 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5
ERROR: Could not find a version that satisfies the requirement typing==3.10 (from versions: 3.5.0b1, 3.5.0, 3.5.0.1, 3.5.1.0, 3.5.2.2, 3.5.3.0, 3.6.1, 3.6.2, 3.6.4, 3.6.6, 3.7.4, 3.7.4.1, 3.7.4.3)
ERROR: No matching distribution found for typing==3.10
The text was updated successfully, but these errors were encountered:
uv 0.5.1
typing==3.7.4.3
hasRequires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
typing==3.10.0.0
hasRequires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5
The text was updated successfully, but these errors were encountered: