-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This is on Ubuntu 22.04:
❯ uv --version
uv 0.5.0
❯ uv init
Initialized project `pythonproject`
pythonProject on master [?] is 📦 v0.1.0 via 🐍 v3.12.7 (.venv) on ☁️ (europe-west3)
❯ uv add git+https://github.com/dimon58/SQLAlchemy-Nested-Mutable
Updated https://github.com/dimon58/SQLAlchemy-Nested-Mutable (1148f8e)
Resolved 8 packages in 49ms
Built sqlalchemyv2-nested-mutable @ git+https://github.com/dimon58/SQLAlchemy-Nested-Mutable@1148f8e1086ed4ba69022baaf14e61e733391a6a
Prepared 7 packages in 773ms
Installed 7 packages in 7ms
+ annotated-types==0.7.0
+ greenlet==3.1.1
+ pydantic==2.9.2
+ pydantic-core==2.23.4
+ sqlalchemy==2.0.36
+ sqlalchemyv2-nested-mutable==0.0.1 (from git+https://github.com/dimon58/SQLAlchemy-Nested-Mutable@1148f8e1086ed4ba69022baaf14e61e733391a6a)
+ typing-extensions==4.12.2
pythonProject on master [?] is 📦 v0.1.0 via 🐍 v3.12.7 (.venv) on ☁️ (europe-west3)
❯ uv pip list --outdated --verbose
DEBUG uv 0.5.0
DEBUG Searching for default Python interpreter in virtual environments or search path
DEBUG Found `cpython-3.12.7-linux-x86_64-gnu` at `/home/guru/Desktop/stream/uv_test/pythonProject/.venv/bin/python3` (active virtual environment)
DEBUG Using Python 3.12.7 environment at .venv
DEBUG Using request timeout of 30s
DEBUG Found stale response for: https://pypi.org/simple/annotated-types/
DEBUG Sending revalidation request for: https://pypi.org/simple/annotated-types/
DEBUG No cache entry for: https://pypi.org/simple/sqlalchemyv2-nested-mutable/
DEBUG Found stale response for: https://pypi.org/simple/typing-extensions/
DEBUG Sending revalidation request for: https://pypi.org/simple/typing-extensions/
DEBUG Found stale response for: https://pypi.org/simple/pip/
DEBUG Sending revalidation request for: https://pypi.org/simple/pip/
DEBUG Found stale response for: https://pypi.org/simple/greenlet/
DEBUG Sending revalidation request for: https://pypi.org/simple/greenlet/
DEBUG Found stale response for: https://pypi.org/simple/pydantic/
DEBUG Sending revalidation request for: https://pypi.org/simple/pydantic/
DEBUG Found stale response for: https://pypi.org/simple/sqlalchemy/
DEBUG Sending revalidation request for: https://pypi.org/simple/sqlalchemy/
DEBUG Found stale response for: https://pypi.org/simple/pydantic-core/
DEBUG Sending revalidation request for: https://pypi.org/simple/pydantic-core/
DEBUG Found not-modified response for: https://pypi.org/simple/greenlet/
DEBUG Found not-modified response for: https://pypi.org/simple/pydantic-core/
DEBUG Found not-modified response for: https://pypi.org/simple/pip/
DEBUG Found not-modified response for: https://pypi.org/simple/pydantic/
DEBUG Found not-modified response for: https://pypi.org/simple/typing-extensions/
DEBUG Found not-modified response for: https://pypi.org/simple/annotated-types/
DEBUG Found not-modified response for: https://pypi.org/simple/sqlalchemy/
DEBUG Checking netrc for credentials for https://pypi.org/simple/sqlalchemyv2-nested-mutable/
error: Package `sqlalchemyv2-nested-mutable` was not found in the registry
pythonProject on master [?] is 📦 v0.1.0 via 🐍 v3.12.7 (.venv) on ☁️ (europe-west3)
❯ uv add pip
Resolved 9 packages in 23ms
Uninstalled 1 package in 20ms
Installed 1 package in 10ms
- pip==23.2.1
+ pip==24.3.1
pythonProject on master [?] is 📦 v0.1.0 via 🐍 v3.12.7 (.venv) on ☁️ (europe-west3)
❯ pip list --outdated
Package Version Latest Type
------------- ------- ------ -----
pydantic_core 2.23.4 2.26.0 wheel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working