Skip to content

Update lockfile after Python version requirements update#442

Merged
tdhopper merged 1 commit intospotify:masterfrom
hyperc54:pierret/upgrade_lock
Nov 3, 2025
Merged

Update lockfile after Python version requirements update#442
tdhopper merged 1 commit intospotify:masterfrom
hyperc54:pierret/upgrade_lock

Conversation

@hyperc54
Copy link
Copy Markdown
Collaborator

@hyperc54 hyperc54 commented Nov 3, 2025

This commit made the lockfile out of date because some locked numpy requirements were not relevant anymore (which CI complains about).

⬇️

[[package]]
name = "numpy"
version = "2.0.2"
source = { registry = "https://pypi.org/simple" }
resolution-markers = [
    "python_full_version < '3.10'",
]

This PR updates the lockfile running uv lock

@tdhopper tdhopper merged commit d93b233 into spotify:master Nov 3, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants