feat: Update dependencies in requirements.txt; mark subproject commits as dirty and add pip installation log

This commit is contained in:
David Montero Crespo 2026-04-11 15:45:50 -03:00
parent 382e13cfe7
commit 830aa138ae
2 changed files with 15 additions and 3 deletions

12
=1.0.0 Normal file
View File

@ -0,0 +1,12 @@
Collecting mcp
Using cached mcp-1.27.0-py3-none-any.whl.metadata (8.2 kB)
Collecting pydantic==2.9.2
Using cached pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
Using cached pydantic-2.9.2-py3-none-any.whl (434 kB)
Using cached mcp-1.27.0-py3-none-any.whl (215 kB)
Saved c:\users\david\appdata\local\temp\mcp_test\pydantic-2.9.2-py3-none-any.whl
Saved c:\users\david\appdata\local\temp\mcp_test\mcp-1.27.0-py3-none-any.whl
Successfully downloaded pydantic mcp
[notice] A new release of pip is available: 24.3.1 -> 26.0.1
[notice] To update, run: C:\Python\python.exe -m pip install --upgrade pip

View File

@ -2,13 +2,13 @@ fastapi==0.115.0
uvicorn[standard]==0.32.0 uvicorn[standard]==0.32.0
sqlalchemy==2.0.36 sqlalchemy==2.0.36
aiosqlite==0.20.0 aiosqlite==0.20.0
pydantic==2.9.2 pydantic>=2.11.0
pydantic-settings==2.6.0 pydantic-settings>=2.6.0
python-multipart==0.0.12 python-multipart==0.0.12
python-jose[cryptography]==3.3.0 python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4 passlib[bcrypt]==1.7.4
bcrypt==4.0.1 bcrypt==4.0.1
httpx==0.27.0 httpx>=0.27.1
authlib==1.3.1 authlib==1.3.1
email-validator==2.2.0 email-validator==2.2.0
mcp>=1.0.0 mcp>=1.0.0