Sync uv.lock

This commit is contained in:
Heitor Carvalho
2025-05-21 18:29:38 -03:00
parent cd101b673e
commit 630655b7fb
4 changed files with 2316 additions and 2570 deletions

View File

@@ -26,6 +26,7 @@ dependencies = [
"pyvis>=0.3.2",
# Authentication and Security
"python-dotenv>=1.0.0",
"pyjwt>=2.9.0",
# Configuration and Utils
"click>=8.1.7",
"appdirs>=1.4.4",

View File

@@ -72,7 +72,7 @@ class AuthenticationCommand:
# 5. Wrap up.
console.print(
f"4. Done! You are now signed in to CrewAI enterprise. Welcome, [bold cyan]{user_info.get('name')}[/bold cyan].",
f"4. Done! You are now logged in.\n\n Welcome to CrewAI enterprise, [bold cyan]{user_info.get('name')}[/bold cyan].",
style="bold green",
)
return None

View File

@@ -5,9 +5,9 @@ from datetime import datetime, timedelta
from pathlib import Path
from typing import Optional
import jwt
import requests
from cryptography.fernet import Fernet
import jwt
from jwt import PyJWKClient
from .constants import (

4881
uv.lock generated

File diff suppressed because it is too large Load Diff