diff --git a/requirements.txt b/requirements.txt index 63a5374..9ff1f39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ # Dependencias principales -agno>=1.0.0 -openai>=1.0.0 -google-genai>=0.1.0 -python-dotenv>=1.0.0 -loguru>=0.7.0 -rich>=13.0.0 -pydantic>=2.0.0 +agno==1.0.0 +openai==1.2.0 +google-genai==0.2.1 +python-dotenv==1.0.0 +loguru==0.7.2 +rich==13.5.2 +pydantic==2.0.3 # Base de datos -psycopg2-binary>=2.9.5 -pgvector>=0.2.0 +psycopg2-binary==2.9.9 +pgvector==0.2.3 # Herramientas -requests>=2.28.0 -aiohttp>=3.8.0 -PyGithub>=1.58.0 -pytest>=7.3.0 \ No newline at end of file +requests==2.31.0 +aiohttp==3.8.5 +PyGithub==1.59.1 +pytest==7.4.0 \ No newline at end of file