mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-04 06:29:22 +00:00
Sync uv.lock
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user