File tree Expand file tree Collapse file tree 2 files changed +109
-29
lines changed
gs/backend/api/v1/aro/endpoints/auth Expand file tree Collapse file tree 2 files changed +109
-29
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,9 @@ async def login(request: LoginRequest) -> TokenResponse:
296296 If unsuccessful, gives appropriate errors.
297297 """
298298 with get_db_session () as session :
299- login_record = session .exec (select (AROUserLogin ).where (AROUserLogin .email == request .email )).first ()
299+ login_record = session .exec (
300+ select (AROUserLogin ).where (AROUserLogin .email == request .email )
301+ ).first ()
300302
301303 if not login_record :
302304 raise HTTPException (
Original file line number Diff line number Diff line change 1- # Regular dependencies
2- requests == 2.31.0
3- pyserial == 3.5
4- skyfield == 1.48
5- fastapi [standard ]== 0.115.0
1+ aiohappyeyeballs == 2.6.1
2+ aiohttp == 3.13.3
3+ aiosignal == 1.4.0
4+ alembic == 1.11.1
5+ annotated-types == 0.7.0
6+ anyio == 4.12.1
7+ attrs == 25.4.0
8+ Authlib == 1.6.6
9+ certifi == 2026.1.4
10+ cffi == 2.0.0
11+ cfgv == 3.5.0
12+ charset-normalizer == 3.4.4
13+ click == 8.3.1
14+ colorama == 0.4.6
15+ coverage == 7.13.1
16+ cryptography == 46.0.3
17+ distlib == 0.4.0
18+ dnspython == 2.8.0
19+ dotenv == 0.9.9
20+ ecdsa == 0.19.1
21+ email-validator == 2.3.0
22+ fastapi == 0.115.0
623fastapi-cache2 == 0.2.1
7- sqlmodel == 0.0.22
8- jinja2 == 3.1.6
9- toml == 0.10.2
24+ fastapi-cli == 0.0.20
25+ fastapi-cloud-cli == 0.10.1
26+ fastar == 0.8.0
27+ filelock == 3.20.3
28+ frozenlist == 1.8.0
29+ h11 == 0.16.0
30+ httpcore == 1.0.9
31+ httptools == 0.7.1
32+ httpx == 0.28.1
33+ hypothesis == 6.131.30
34+ identify == 2.6.16
35+ idna == 3.11
36+ iniconfig == 2.3.0
37+ itsdangerous == 2.2.0
38+ Jinja2 == 3.1.6
39+ jplephem == 2.23
1040loguru == 0.7.3
41+ Mako == 1.3.10
42+ markdown-it-py == 4.0.0
43+ MarkupSafe == 3.0.3
44+ mdurl == 0.1.2
45+ mirakuru == 3.0.1
46+ multidict == 6.7.0
47+ mypy == 1.8.0
48+ mypy_extensions == 1.1.0
49+ nodeenv == 1.10.0
50+ numpy == 2.4.1
51+ packaging == 25.0
52+ pendulum == 3.1.0
53+ platformdirs == 4.5.1
54+ pluggy == 1.6.0
55+ port-for == 1.0.0
56+ pre-commit == 3.3.3
57+ propcache == 0.4.1
58+ psutil == 7.2.1
59+ psycopg == 3.2.6
60+ psycopg-binary == 3.2.6
61+ psycopg2-binary == 2.9.10
62+ pyasn1 == 0.6.1
63+ pycparser == 2.23
64+ pydantic == 2.12.5
65+ pydantic-settings == 2.4.0
66+ pydantic_core == 2.41.5
67+ Pygments == 2.19.2
1168pyham_ax25 == 1.0.2
12- tinyaes == 1.1.1
69+ pyserial == 3.5
1370pyStuffing == 0.0.4
14- hypothesis == 6.131.30
15- psycopg2-binary == 2.9.10
71+ pytest == 7.4.0
72+ pytest-cov == 4.1.0
73+ pytest-postgresql == 7.0.1
74+ python-dateutil == 2.9.0.post0
1675python-dotenv == 1.1.0
17- tqdm == 4.67
18- uvicorn == 0.22.0
19- pydantic-settings == 2.4.0
20-
21- # Typed packages
22- types-requests == 2.31.0
23- types-pyserial == 3.5.0
76+ python-jose == 3.5.0
77+ python-multipart == 0.0.21
78+ PyYAML == 6.0.3
79+ requests == 2.31.0
80+ rich == 14.2.0
81+ rich-toolkit == 0.17.1
82+ rignore == 0.7.6
83+ rsa == 4.9.1
84+ ruff == 0.2.0
85+ sentry-sdk == 2.49.0
86+ sgp4 == 2.25
87+ shellingham == 1.5.4
88+ six == 1.17.0
89+ skyfield == 1.48
90+ sortedcontainers == 2.4.0
91+ SQLAlchemy == 2.0.45
92+ sqlmodel == 0.0.22
93+ starlette == 0.38.6
94+ tinyaes == 1.1.1
95+ toml == 0.10.2
96+ tqdm == 4.67.0
97+ typer == 0.21.1
98+ types-Authlib == 1.6.6.20260116
99+ types-pyserial == 3.5.0.0
100+ types-requests == 2.31.0.0
24101types-setuptools == 69.1.0.20240217
25102types-toml == 0.10.8
26103types-tqdm == 4.67.0.20250516
27-
28- # Development dependencies
29- alembic == 1.11.1
30- pre-commit == 3.3.3
31- pytest == 7.4.0
32- pytest-cov == 4.1.0
33- mypy == 1.8.0
34- ruff == 0.2.0
35- psycopg [binary ]== 3.2.6 # Must be installed before `pytest-postgresql`
36- pytest-postgresql == 7.0.1
104+ types-urllib3 == 1.26.25.14
105+ typing-inspection == 0.4.2
106+ typing_extensions == 4.15.0
107+ tzdata == 2025.3
108+ urllib3 == 2.6.3
109+ uvicorn == 0.22.0
110+ uvloop == 0.22.1
111+ virtualenv == 20.36.1
112+ watchfiles == 1.1.1
113+ websockets == 16.0
114+ yarl == 1.22.0
You can’t perform that action at this time.
0 commit comments