From d06b02476ff3ee1b4bfc1da87807139ca1a1e371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lagarlabs=20Ag=C3=BCimes?= Date: Tue, 15 Apr 2025 00:59:01 +0000 Subject: [PATCH] chore: update dependencies to specific versions in requirements.txt Co-authored-by: Genie --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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