kamau1 commited on
Commit
c5709e5
·
1 Parent(s): 24bb10d

fix: add missing get_current_user import to projects API module

Browse files
docs/devlogs/server/builderrors.txt CHANGED
@@ -1,692 +1,112 @@
1
- ===== Build Queued at 2025-11-16 11:17:18 / Commit SHA: 25e1070 =====
2
 
3
- --> FROM docker.io/library/python:3.11-slim@sha256:e4676722fba839e2e5cdb844a52262b43e90e56dbd55b7ad953ee3615ad7534f
4
- DONE 0.9s
5
-
6
- DONE 1.0s
7
-
8
- DONE 1.5s
9
-
10
- DONE 1.5s
11
-
12
- --> WORKDIR /app
13
- DONE 0.0s
14
-
15
- --> RUN apt-get update && apt-get install -y gcc libpq-dev && rm -rf /var/lib/apt/lists/*
16
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
17
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
18
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
19
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
20
- Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
21
- Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.9 kB]
22
- Fetched 9978 kB in 1s (13.0 MB/s)
23
- Reading package lists...
24
- Reading package lists...
25
- Building dependency tree...
26
- Reading state information...
27
- The following additional packages will be installed:
28
- binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-14
29
- cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu gcc-14 gcc-14-x86-64-linux-gnu
30
- gcc-x86-64-linux-gnu krb5-locales libasan8 libatomic1 libbinutils
31
- libc-dev-bin libc6-dev libcc1-0 libcom-err2 libcrypt-dev libctf-nobfd0
32
- libctf0 libgcc-14-dev libgomp1 libgprofng0 libgssapi-krb5-2 libhwasan0
33
- libisl23 libitm1 libjansson4 libk5crypto3 libkeyutils1 libkrb5-3
34
- libkrb5support0 libldap-common libldap2 liblsan0 libmpc3 libmpfr6 libpq5
35
- libquadmath0 libsasl2-2 libsasl2-modules libsasl2-modules-db libsframe1
36
- libssl-dev libssl3t64 libtsan2 libubsan1 linux-libc-dev manpages
37
- manpages-dev openssl openssl-provider-legacy rpcsvc-proto
38
- Suggested packages:
39
- binutils-doc gprofng-gui binutils-gold cpp-doc gcc-14-locales cpp-14-doc
40
- gcc-multilib make autoconf automake libtool flex bison gdb gcc-doc
41
- gcc-14-multilib gcc-14-doc gdb-x86-64-linux-gnu libc-devtools glibc-doc
42
- krb5-doc krb5-user postgresql-doc-17 libsasl2-modules-gssapi-mit
43
- | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
44
- libsasl2-modules-sql libssl-doc man-browser
45
- The following NEW packages will be installed:
46
- binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-14
47
- cpp-14-x86-64-linux-gnu cpp-x86-64-linux-gnu gcc gcc-14
48
- gcc-14-x86-64-linux-gnu gcc-x86-64-linux-gnu krb5-locales libasan8
49
- libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcom-err2
50
- libcrypt-dev libctf-nobfd0 libctf0 libgcc-14-dev libgomp1 libgprofng0
51
- libgssapi-krb5-2 libhwasan0 libisl23 libitm1 libjansson4 libk5crypto3
52
- libkeyutils1 libkrb5-3 libkrb5support0 libldap-common libldap2 liblsan0
53
- libmpc3 libmpfr6 libpq-dev libpq5 libquadmath0 libsasl2-2 libsasl2-modules
54
- libsasl2-modules-db libsframe1 libssl-dev libtsan2 libubsan1 linux-libc-dev
55
- manpages manpages-dev rpcsvc-proto
56
- The following packages will be upgraded:
57
- libssl3t64 openssl openssl-provider-legacy
58
- 3 upgraded, 53 newly installed, 0 to remove and 3 not upgraded.
59
- Need to get 69.0 MB of archives.
60
- After this operation, 244 MB of additional disk space will be used.
61
- Get:1 http://deb.debian.org/debian trixie/main amd64 openssl-provider-legacy amd64 3.5.4-1~deb13u1 [308 kB]
62
- Get:2 http://deb.debian.org/debian trixie/main amd64 libssl3t64 amd64 3.5.4-1~deb13u1 [2441 kB]
63
- Get:3 http://deb.debian.org/debian trixie/main amd64 krb5-locales all 1.21.3-5 [101 kB]
64
- Get:4 http://deb.debian.org/debian trixie/main amd64 manpages all 6.9.1-1 [1393 kB]
65
- Get:5 http://deb.debian.org/debian trixie/main amd64 libsframe1 amd64 2.44-3 [78.4 kB]
66
- Get:6 http://deb.debian.org/debian trixie/main amd64 binutils-common amd64 2.44-3 [2509 kB]
67
- Get:7 http://deb.debian.org/debian trixie/main amd64 libbinutils amd64 2.44-3 [534 kB]
68
- Get:8 http://deb.debian.org/debian trixie/main amd64 libgprofng0 amd64 2.44-3 [808 kB]
69
- Get:9 http://deb.debian.org/debian trixie/main amd64 libctf-nobfd0 amd64 2.44-3 [156 kB]
70
- Get:10 http://deb.debian.org/debian trixie/main amd64 libctf0 amd64 2.44-3 [88.6 kB]
71
- Get:11 http://deb.debian.org/debian trixie/main amd64 libjansson4 amd64 2.14-2+b3 [39.8 kB]
72
- Get:12 http://deb.debian.org/debian trixie/main amd64 binutils-x86-64-linux-gnu amd64 2.44-3 [1014 kB]
73
- Get:13 http://deb.debian.org/debian trixie/main amd64 binutils amd64 2.44-3 [265 kB]
74
- Get:14 http://deb.debian.org/debian trixie/main amd64 libisl23 amd64 0.27-1 [659 kB]
75
- Get:15 http://deb.debian.org/debian trixie/main amd64 libmpfr6 amd64 4.2.2-1 [729 kB]
76
- Get:16 http://deb.debian.org/debian trixie/main amd64 libmpc3 amd64 1.3.1-1+b3 [52.2 kB]
77
- Get:17 http://deb.debian.org/debian trixie/main amd64 cpp-14-x86-64-linux-gnu amd64 14.2.0-19 [11.0 MB]
78
- Get:18 http://deb.debian.org/debian trixie/main amd64 cpp-14 amd64 14.2.0-19 [1280 B]
79
- Get:19 http://deb.debian.org/debian trixie/main amd64 cpp-x86-64-linux-gnu amd64 4:14.2.0-1 [4840 B]
80
- Get:20 http://deb.debian.org/debian trixie/main amd64 cpp amd64 4:14.2.0-1 [1568 B]
81
- Get:21 http://deb.debian.org/debian trixie/main amd64 libcc1-0 amd64 14.2.0-19 [42.8 kB]
82
- Get:22 http://deb.debian.org/debian trixie/main amd64 libgomp1 amd64 14.2.0-19 [137 kB]
83
- Get:23 http://deb.debian.org/debian trixie/main amd64 libitm1 amd64 14.2.0-19 [26.0 kB]
84
- Get:24 http://deb.debian.org/debian trixie/main amd64 libatomic1 amd64 14.2.0-19 [9308 B]
85
- Get:25 http://deb.debian.org/debian trixie/main amd64 libasan8 amd64 14.2.0-19 [2725 kB]
86
- Get:26 http://deb.debian.org/debian trixie/main amd64 liblsan0 amd64 14.2.0-19 [1204 kB]
87
- Get:27 http://deb.debian.org/debian trixie/main amd64 libtsan2 amd64 14.2.0-19 [2460 kB]
88
- Get:28 http://deb.debian.org/debian trixie/main amd64 libubsan1 amd64 14.2.0-19 [1074 kB]
89
- Get:29 http://deb.debian.org/debian trixie/main amd64 libhwasan0 amd64 14.2.0-19 [1488 kB]
90
- Get:30 http://deb.debian.org/debian trixie/main amd64 libquadmath0 amd64 14.2.0-19 [145 kB]
91
- Get:31 http://deb.debian.org/debian trixie/main amd64 libgcc-14-dev amd64 14.2.0-19 [2672 kB]
92
- Get:32 http://deb.debian.org/debian trixie/main amd64 gcc-14-x86-64-linux-gnu amd64 14.2.0-19 [21.4 MB]
93
- Get:33 http://deb.debian.org/debian trixie/main amd64 gcc-14 amd64 14.2.0-19 [540 kB]
94
- Get:34 http://deb.debian.org/debian trixie/main amd64 gcc-x86-64-linux-gnu amd64 4:14.2.0-1 [1436 B]
95
- Get:35 http://deb.debian.org/debian trixie/main amd64 gcc amd64 4:14.2.0-1 [5136 B]
96
- Get:36 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12 [58.2 kB]
97
- Get:37 http://deb.debian.org/debian trixie/main amd64 linux-libc-dev all 6.12.57-1 [2692 kB]
98
- Get:38 http://deb.debian.org/debian trixie/main amd64 libcrypt-dev amd64 1:4.4.38-1 [119 kB]
99
- Get:39 http://deb.debian.org/debian trixie/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
100
- Get:40 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12 [1991 kB]
101
- Get:41 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b3 [25.0 kB]
102
- Get:42 http://deb.debian.org/debian trixie/main amd64 libkrb5support0 amd64 1.21.3-5 [33.0 kB]
103
- Get:43 http://deb.debian.org/debian trixie/main amd64 libk5crypto3 amd64 1.21.3-5 [81.5 kB]
104
- Get:44 http://deb.debian.org/debian trixie/main amd64 libkeyutils1 amd64 1.6.3-6 [9456 B]
105
- Get:45 http://deb.debian.org/debian trixie/main amd64 libkrb5-3 amd64 1.21.3-5 [326 kB]
106
- Get:46 http://deb.debian.org/debian trixie/main amd64 libgssapi-krb5-2 amd64 1.21.3-5 [138 kB]
107
- Get:47 http://deb.debian.org/debian trixie/main amd64 libldap-common all 2.6.10+dfsg-1 [35.1 kB]
108
- Get:48 http://deb.debian.org/debian trixie/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-9 [19.8 kB]
109
- Get:49 http://deb.debian.org/debian trixie/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-9 [57.5 kB]
110
- Get:50 http://deb.debian.org/debian trixie/main amd64 libldap2 amd64 2.6.10+dfsg-1 [194 kB]
111
- Get:51 http://deb.debian.org/debian trixie/main amd64 libpq5 amd64 17.6-0+deb13u1 [228 kB]
112
- Get:52 http://deb.debian.org/debian trixie/main amd64 libssl-dev amd64 3.5.4-1~deb13u1 [2957 kB]
113
- Get:53 http://deb.debian.org/debian trixie/main amd64 libpq-dev amd64 17.6-0+deb13u1 [150 kB]
114
- Get:54 http://deb.debian.org/debian trixie/main amd64 libsasl2-modules amd64 2.1.28+dfsg1-9 [66.7 kB]
115
- Get:55 http://deb.debian.org/debian trixie/main amd64 manpages-dev all 6.9.1-1 [2122 kB]
116
- Get:56 http://deb.debian.org/debian trixie/main amd64 openssl amd64 3.5.4-1~deb13u1 [1495 kB]
117
- debconf: unable to initialize frontend: Dialog
118
- debconf: (TERM is not set, so the dialog frontend is not usable.)
119
- debconf: falling back to frontend: Readline
120
- debconf: unable to initialize frontend: Readline
121
- debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8, <STDIN> line 56.)
122
- debconf: falling back to frontend: Teletype
123
- debconf: unable to initialize frontend: Teletype
124
- debconf: (This frontend requires a controlling tty.)
125
- debconf: falling back to frontend: Noninteractive
126
- Fetched 69.0 MB in 0s (305 MB/s)
127
- (Reading database ...
128
- (Reading database ... 5%
129
- (Reading database ... 10%
130
- (Reading database ... 15%
131
- (Reading database ... 20%
132
- (Reading database ... 25%
133
- (Reading database ... 30%
134
- (Reading database ... 35%
135
- (Reading database ... 40%
136
- (Reading database ... 45%
137
- (Reading database ... 50%
138
- (Reading database ... 55%
139
- (Reading database ... 60%
140
- (Reading database ... 65%
141
- (Reading database ... 70%
142
- (Reading database ... 75%
143
- (Reading database ... 80%
144
- (Reading database ... 85%
145
- (Reading database ... 90%
146
- (Reading database ... 95%
147
- (Reading database ... 100%
148
- (Reading database ... 5644 files and directories currently installed.)
149
- Preparing to unpack .../openssl-provider-legacy_3.5.4-1~deb13u1_amd64.deb ...
150
- Unpacking openssl-provider-legacy (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ...
151
- Setting up openssl-provider-legacy (3.5.4-1~deb13u1) ...
152
- (Reading database ...
153
- (Reading database ... 5%
154
- (Reading database ... 10%
155
- (Reading database ... 15%
156
- (Reading database ... 20%
157
- (Reading database ... 25%
158
- (Reading database ... 30%
159
- (Reading database ... 35%
160
- (Reading database ... 40%
161
- (Reading database ... 45%
162
- (Reading database ... 50%
163
- (Reading database ... 55%
164
- (Reading database ... 60%
165
- (Reading database ... 65%
166
- (Reading database ... 70%
167
- (Reading database ... 75%
168
- (Reading database ... 80%
169
- (Reading database ... 85%
170
- (Reading database ... 90%
171
- (Reading database ... 95%
172
- (Reading database ... 100%
173
- (Reading database ... 5644 files and directories currently installed.)
174
- Preparing to unpack .../libssl3t64_3.5.4-1~deb13u1_amd64.deb ...
175
- Unpacking libssl3t64:amd64 (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ...
176
- Setting up libssl3t64:amd64 (3.5.4-1~deb13u1) ...
177
- Selecting previously unselected package krb5-locales.
178
- (Reading database ...
179
- (Reading database ... 5%
180
- (Reading database ... 10%
181
- (Reading database ... 15%
182
- (Reading database ... 20%
183
- (Reading database ... 25%
184
- (Reading database ... 30%
185
- (Reading database ... 35%
186
- (Reading database ... 40%
187
- (Reading database ... 45%
188
- (Reading database ... 50%
189
- (Reading database ... 55%
190
- (Reading database ... 60%
191
- (Reading database ... 65%
192
- (Reading database ... 70%
193
- (Reading database ... 75%
194
- (Reading database ... 80%
195
- (Reading database ... 85%
196
- (Reading database ... 90%
197
- (Reading database ... 95%
198
- (Reading database ... 100%
199
- (Reading database ... 5644 files and directories currently installed.)
200
- Preparing to unpack .../00-krb5-locales_1.21.3-5_all.deb ...
201
- Unpacking krb5-locales (1.21.3-5) ...
202
- Selecting previously unselected package manpages.
203
- Preparing to unpack .../01-manpages_6.9.1-1_all.deb ...
204
- Unpacking manpages (6.9.1-1) ...
205
- Selecting previously unselected package libsframe1:amd64.
206
- Preparing to unpack .../02-libsframe1_2.44-3_amd64.deb ...
207
- Unpacking libsframe1:amd64 (2.44-3) ...
208
- Selecting previously unselected package binutils-common:amd64.
209
- Preparing to unpack .../03-binutils-common_2.44-3_amd64.deb ...
210
- Unpacking binutils-common:amd64 (2.44-3) ...
211
- Selecting previously unselected package libbinutils:amd64.
212
- Preparing to unpack .../04-libbinutils_2.44-3_amd64.deb ...
213
- Unpacking libbinutils:amd64 (2.44-3) ...
214
- Selecting previously unselected package libgprofng0:amd64.
215
- Preparing to unpack .../05-libgprofng0_2.44-3_amd64.deb ...
216
- Unpacking libgprofng0:amd64 (2.44-3) ...
217
- Selecting previously unselected package libctf-nobfd0:amd64.
218
- Preparing to unpack .../06-libctf-nobfd0_2.44-3_amd64.deb ...
219
- Unpacking libctf-nobfd0:amd64 (2.44-3) ...
220
- Selecting previously unselected package libctf0:amd64.
221
- Preparing to unpack .../07-libctf0_2.44-3_amd64.deb ...
222
- Unpacking libctf0:amd64 (2.44-3) ...
223
- Selecting previously unselected package libjansson4:amd64.
224
- Preparing to unpack .../08-libjansson4_2.14-2+b3_amd64.deb ...
225
- Unpacking libjansson4:amd64 (2.14-2+b3) ...
226
- Selecting previously unselected package binutils-x86-64-linux-gnu.
227
- Preparing to unpack .../09-binutils-x86-64-linux-gnu_2.44-3_amd64.deb ...
228
- Unpacking binutils-x86-64-linux-gnu (2.44-3) ...
229
- Selecting previously unselected package binutils.
230
- Preparing to unpack .../10-binutils_2.44-3_amd64.deb ...
231
- Unpacking binutils (2.44-3) ...
232
- Selecting previously unselected package libisl23:amd64.
233
- Preparing to unpack .../11-libisl23_0.27-1_amd64.deb ...
234
- Unpacking libisl23:amd64 (0.27-1) ...
235
- Selecting previously unselected package libmpfr6:amd64.
236
- Preparing to unpack .../12-libmpfr6_4.2.2-1_amd64.deb ...
237
- Unpacking libmpfr6:amd64 (4.2.2-1) ...
238
- Selecting previously unselected package libmpc3:amd64.
239
- Preparing to unpack .../13-libmpc3_1.3.1-1+b3_amd64.deb ...
240
- Unpacking libmpc3:amd64 (1.3.1-1+b3) ...
241
- Selecting previously unselected package cpp-14-x86-64-linux-gnu.
242
- Preparing to unpack .../14-cpp-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
243
- Unpacking cpp-14-x86-64-linux-gnu (14.2.0-19) ...
244
- Selecting previously unselected package cpp-14.
245
- Preparing to unpack .../15-cpp-14_14.2.0-19_amd64.deb ...
246
- Unpacking cpp-14 (14.2.0-19) ...
247
- Selecting previously unselected package cpp-x86-64-linux-gnu.
248
- Preparing to unpack .../16-cpp-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
249
- Unpacking cpp-x86-64-linux-gnu (4:14.2.0-1) ...
250
- Selecting previously unselected package cpp.
251
- Preparing to unpack .../17-cpp_4%3a14.2.0-1_amd64.deb ...
252
- Unpacking cpp (4:14.2.0-1) ...
253
- Selecting previously unselected package libcc1-0:amd64.
254
- Preparing to unpack .../18-libcc1-0_14.2.0-19_amd64.deb ...
255
- Unpacking libcc1-0:amd64 (14.2.0-19) ...
256
- Selecting previously unselected package libgomp1:amd64.
257
- Preparing to unpack .../19-libgomp1_14.2.0-19_amd64.deb ...
258
- Unpacking libgomp1:amd64 (14.2.0-19) ...
259
- Selecting previously unselected package libitm1:amd64.
260
- Preparing to unpack .../20-libitm1_14.2.0-19_amd64.deb ...
261
- Unpacking libitm1:amd64 (14.2.0-19) ...
262
- Selecting previously unselected package libatomic1:amd64.
263
- Preparing to unpack .../21-libatomic1_14.2.0-19_amd64.deb ...
264
- Unpacking libatomic1:amd64 (14.2.0-19) ...
265
- Selecting previously unselected package libasan8:amd64.
266
- Preparing to unpack .../22-libasan8_14.2.0-19_amd64.deb ...
267
- Unpacking libasan8:amd64 (14.2.0-19) ...
268
- Selecting previously unselected package liblsan0:amd64.
269
- Preparing to unpack .../23-liblsan0_14.2.0-19_amd64.deb ...
270
- Unpacking liblsan0:amd64 (14.2.0-19) ...
271
- Selecting previously unselected package libtsan2:amd64.
272
- Preparing to unpack .../24-libtsan2_14.2.0-19_amd64.deb ...
273
- Unpacking libtsan2:amd64 (14.2.0-19) ...
274
- Selecting previously unselected package libubsan1:amd64.
275
- Preparing to unpack .../25-libubsan1_14.2.0-19_amd64.deb ...
276
- Unpacking libubsan1:amd64 (14.2.0-19) ...
277
- Selecting previously unselected package libhwasan0:amd64.
278
- Preparing to unpack .../26-libhwasan0_14.2.0-19_amd64.deb ...
279
- Unpacking libhwasan0:amd64 (14.2.0-19) ...
280
- Selecting previously unselected package libquadmath0:amd64.
281
- Preparing to unpack .../27-libquadmath0_14.2.0-19_amd64.deb ...
282
- Unpacking libquadmath0:amd64 (14.2.0-19) ...
283
- Selecting previously unselected package libgcc-14-dev:amd64.
284
- Preparing to unpack .../28-libgcc-14-dev_14.2.0-19_amd64.deb ...
285
- Unpacking libgcc-14-dev:amd64 (14.2.0-19) ...
286
- Selecting previously unselected package gcc-14-x86-64-linux-gnu.
287
- Preparing to unpack .../29-gcc-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
288
- Unpacking gcc-14-x86-64-linux-gnu (14.2.0-19) ...
289
- Selecting previously unselected package gcc-14.
290
- Preparing to unpack .../30-gcc-14_14.2.0-19_amd64.deb ...
291
- Unpacking gcc-14 (14.2.0-19) ...
292
- Selecting previously unselected package gcc-x86-64-linux-gnu.
293
- Preparing to unpack .../31-gcc-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
294
- Unpacking gcc-x86-64-linux-gnu (4:14.2.0-1) ...
295
- Selecting previously unselected package gcc.
296
- Preparing to unpack .../32-gcc_4%3a14.2.0-1_amd64.deb ...
297
- Unpacking gcc (4:14.2.0-1) ...
298
- Selecting previously unselected package libc-dev-bin.
299
- Preparing to unpack .../33-libc-dev-bin_2.41-12_amd64.deb ...
300
- Unpacking libc-dev-bin (2.41-12) ...
301
- Selecting previously unselected package linux-libc-dev.
302
- Preparing to unpack .../34-linux-libc-dev_6.12.57-1_all.deb ...
303
- Unpacking linux-libc-dev (6.12.57-1) ...
304
- Selecting previously unselected package libcrypt-dev:amd64.
305
- Preparing to unpack .../35-libcrypt-dev_1%3a4.4.38-1_amd64.deb ...
306
- Unpacking libcrypt-dev:amd64 (1:4.4.38-1) ...
307
- Selecting previously unselected package rpcsvc-proto.
308
- Preparing to unpack .../36-rpcsvc-proto_1.4.3-1_amd64.deb ...
309
- Unpacking rpcsvc-proto (1.4.3-1) ...
310
- Selecting previously unselected package libc6-dev:amd64.
311
- Preparing to unpack .../37-libc6-dev_2.41-12_amd64.deb ...
312
- Unpacking libc6-dev:amd64 (2.41-12) ...
313
- Selecting previously unselected package libcom-err2:amd64.
314
- Preparing to unpack .../38-libcom-err2_1.47.2-3+b3_amd64.deb ...
315
- Unpacking libcom-err2:amd64 (1.47.2-3+b3) ...
316
- Selecting previously unselected package libkrb5support0:amd64.
317
- Preparing to unpack .../39-libkrb5support0_1.21.3-5_amd64.deb ...
318
- Unpacking libkrb5support0:amd64 (1.21.3-5) ...
319
- Selecting previously unselected package libk5crypto3:amd64.
320
- Preparing to unpack .../40-libk5crypto3_1.21.3-5_amd64.deb ...
321
- Unpacking libk5crypto3:amd64 (1.21.3-5) ...
322
- Selecting previously unselected package libkeyutils1:amd64.
323
- Preparing to unpack .../41-libkeyutils1_1.6.3-6_amd64.deb ...
324
- Unpacking libkeyutils1:amd64 (1.6.3-6) ...
325
- Selecting previously unselected package libkrb5-3:amd64.
326
- Preparing to unpack .../42-libkrb5-3_1.21.3-5_amd64.deb ...
327
- Unpacking libkrb5-3:amd64 (1.21.3-5) ...
328
- Selecting previously unselected package libgssapi-krb5-2:amd64.
329
- Preparing to unpack .../43-libgssapi-krb5-2_1.21.3-5_amd64.deb ...
330
- Unpacking libgssapi-krb5-2:amd64 (1.21.3-5) ...
331
- Selecting previously unselected package libldap-common.
332
- Preparing to unpack .../44-libldap-common_2.6.10+dfsg-1_all.deb ...
333
- Unpacking libldap-common (2.6.10+dfsg-1) ...
334
- Selecting previously unselected package libsasl2-modules-db:amd64.
335
- Preparing to unpack .../45-libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb ...
336
- Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
337
- Selecting previously unselected package libsasl2-2:amd64.
338
- Preparing to unpack .../46-libsasl2-2_2.1.28+dfsg1-9_amd64.deb ...
339
- Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
340
- Selecting previously unselected package libldap2:amd64.
341
- Preparing to unpack .../47-libldap2_2.6.10+dfsg-1_amd64.deb ...
342
- Unpacking libldap2:amd64 (2.6.10+dfsg-1) ...
343
- Selecting previously unselected package libpq5:amd64.
344
- Preparing to unpack .../48-libpq5_17.6-0+deb13u1_amd64.deb ...
345
- Unpacking libpq5:amd64 (17.6-0+deb13u1) ...
346
- Selecting previously unselected package libssl-dev:amd64.
347
- Preparing to unpack .../49-libssl-dev_3.5.4-1~deb13u1_amd64.deb ...
348
- Unpacking libssl-dev:amd64 (3.5.4-1~deb13u1) ...
349
- Selecting previously unselected package libpq-dev.
350
- Preparing to unpack .../50-libpq-dev_17.6-0+deb13u1_amd64.deb ...
351
- Unpacking libpq-dev (17.6-0+deb13u1) ...
352
- Selecting previously unselected package libsasl2-modules:amd64.
353
- Preparing to unpack .../51-libsasl2-modules_2.1.28+dfsg1-9_amd64.deb ...
354
- Unpacking libsasl2-modules:amd64 (2.1.28+dfsg1-9) ...
355
- Selecting previously unselected package manpages-dev.
356
- Preparing to unpack .../52-manpages-dev_6.9.1-1_all.deb ...
357
- Unpacking manpages-dev (6.9.1-1) ...
358
- Preparing to unpack .../53-openssl_3.5.4-1~deb13u1_amd64.deb ...
359
- Unpacking openssl (3.5.4-1~deb13u1) over (3.5.1-1+deb13u1) ...
360
- Setting up libkeyutils1:amd64 (1.6.3-6) ...
361
- Setting up manpages (6.9.1-1) ...
362
- Setting up libsasl2-modules:amd64 (2.1.28+dfsg1-9) ...
363
- Setting up binutils-common:amd64 (2.44-3) ...
364
- Setting up linux-libc-dev (6.12.57-1) ...
365
- Setting up libctf-nobfd0:amd64 (2.44-3) ...
366
- Setting up krb5-locales (1.21.3-5) ...
367
- Setting up libcom-err2:amd64 (1.47.2-3+b3) ...
368
- Setting up libgomp1:amd64 (14.2.0-19) ...
369
- Setting up libldap-common (2.6.10+dfsg-1) ...
370
- Setting up libsframe1:amd64 (2.44-3) ...
371
- Setting up libjansson4:amd64 (2.14-2+b3) ...
372
- Setting up libkrb5support0:amd64 (1.21.3-5) ...
373
- Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
374
- Setting up rpcsvc-proto (1.4.3-1) ...
375
- Setting up libmpfr6:amd64 (4.2.2-1) ...
376
- Setting up libquadmath0:amd64 (14.2.0-19) ...
377
- Setting up libssl-dev:amd64 (3.5.4-1~deb13u1) ...
378
- Setting up libmpc3:amd64 (1.3.1-1+b3) ...
379
- Setting up libatomic1:amd64 (14.2.0-19) ...
380
- Setting up libk5crypto3:amd64 (1.21.3-5) ...
381
- Setting up libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
382
- Setting up libubsan1:amd64 (14.2.0-19) ...
383
- Setting up libhwasan0:amd64 (14.2.0-19) ...
384
- Setting up libcrypt-dev:amd64 (1:4.4.38-1) ...
385
- Setting up libasan8:amd64 (14.2.0-19) ...
386
- Setting up libkrb5-3:amd64 (1.21.3-5) ...
387
- Setting up libtsan2:amd64 (14.2.0-19) ...
388
- Setting up libbinutils:amd64 (2.44-3) ...
389
- Setting up libisl23:amd64 (0.27-1) ...
390
- Setting up libc-dev-bin (2.41-12) ...
391
- Setting up openssl (3.5.4-1~deb13u1) ...
392
- Setting up libcc1-0:amd64 (14.2.0-19) ...
393
- Setting up libldap2:amd64 (2.6.10+dfsg-1) ...
394
- Setting up liblsan0:amd64 (14.2.0-19) ...
395
- Setting up libitm1:amd64 (14.2.0-19) ...
396
- Setting up libctf0:amd64 (2.44-3) ...
397
- Setting up manpages-dev (6.9.1-1) ...
398
- Setting up libgprofng0:amd64 (2.44-3) ...
399
- Setting up libgssapi-krb5-2:amd64 (1.21.3-5) ...
400
- Setting up cpp-14-x86-64-linux-gnu (14.2.0-19) ...
401
- Setting up cpp-14 (14.2.0-19) ...
402
- Setting up libc6-dev:amd64 (2.41-12) ...
403
- Setting up libgcc-14-dev:amd64 (14.2.0-19) ...
404
- Setting up binutils-x86-64-linux-gnu (2.44-3) ...
405
- Setting up cpp-x86-64-linux-gnu (4:14.2.0-1) ...
406
- Setting up libpq5:amd64 (17.6-0+deb13u1) ...
407
- Setting up libpq-dev (17.6-0+deb13u1) ...
408
- Setting up binutils (2.44-3) ...
409
- Setting up cpp (4:14.2.0-1) ...
410
- Setting up gcc-14-x86-64-linux-gnu (14.2.0-19) ...
411
- Setting up gcc-x86-64-linux-gnu (4:14.2.0-1) ...
412
- Setting up gcc-14 (14.2.0-19) ...
413
- Setting up gcc (4:14.2.0-1) ...
414
- Processing triggers for libc-bin (2.41-12) ...
415
- DONE 15.5s
416
-
417
- --> COPY requirements.txt .
418
- DONE 0.0s
419
-
420
- --> RUN pip install --no-cache-dir -r requirements.txt
421
- Collecting fastapi==0.104.1 (from -r requirements.txt (line 2))
422
- Downloading fastapi-0.104.1-py3-none-any.whl.metadata (24 kB)
423
- Collecting uvicorn==0.24.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
424
- Downloading uvicorn-0.24.0-py3-none-any.whl.metadata (6.4 kB)
425
- Collecting pydantic==2.5.0 (from -r requirements.txt (line 4))
426
- Downloading pydantic-2.5.0-py3-none-any.whl.metadata (174 kB)
427
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.6/174.6 kB 34.3 MB/s eta 0:00:00
428
- Collecting pydantic-settings==2.1.0 (from -r requirements.txt (line 5))
429
- Downloading pydantic_settings-2.1.0-py3-none-any.whl.metadata (2.9 kB)
430
- Collecting email-validator==2.1.0 (from -r requirements.txt (line 6))
431
- Downloading email_validator-2.1.0-py3-none-any.whl.metadata (25 kB)
432
- Collecting jinja2==3.1.2 (from -r requirements.txt (line 9))
433
- Downloading Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB)
434
- Collecting aiofiles==23.2.1 (from -r requirements.txt (line 10))
435
- Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
436
- Collecting sqlalchemy==2.0.23 (from -r requirements.txt (line 13))
437
- Downloading SQLAlchemy-2.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
438
- Collecting alembic==1.12.1 (from -r requirements.txt (line 14))
439
- Downloading alembic-1.12.1-py3-none-any.whl.metadata (7.3 kB)
440
- Collecting psycopg2-binary==2.9.9 (from -r requirements.txt (line 15))
441
- Downloading psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.4 kB)
442
- Collecting supabase==2.0.3 (from -r requirements.txt (line 18))
443
- Downloading supabase-2.0.3-py3-none-any.whl.metadata (11 kB)
444
- Collecting python-jose==3.3.0 (from python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
445
- Downloading python_jose-3.3.0-py2.py3-none-any.whl.metadata (5.4 kB)
446
- Collecting passlib==1.7.4 (from passlib[bcrypt]==1.7.4->-r requirements.txt (line 22))
447
- Downloading passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB)
448
- Collecting python-multipart==0.0.6 (from -r requirements.txt (line 23))
449
- Downloading python_multipart-0.0.6-py3-none-any.whl.metadata (2.5 kB)
450
- Collecting httpx==0.24.1 (from -r requirements.txt (line 26))
451
- Downloading httpx-0.24.1-py3-none-any.whl.metadata (7.4 kB)
452
- Collecting requests==2.31.0 (from -r requirements.txt (line 27))
453
- Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
454
- Collecting python-dateutil==2.8.2 (from -r requirements.txt (line 30))
455
- Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB)
456
- Collecting pytz==2023.3 (from -r requirements.txt (line 31))
457
- Downloading pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB)
458
- Collecting slowapi==0.1.9 (from -r requirements.txt (line 34))
459
- Downloading slowapi-0.1.9-py3-none-any.whl.metadata (3.0 kB)
460
- Collecting redis==5.0.1 (from -r requirements.txt (line 35))
461
- Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB)
462
- Collecting cloudinary==1.36.0 (from -r requirements.txt (line 38))
463
- Downloading cloudinary-1.36.0.tar.gz (174 kB)
464
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.3/174.3 kB 265.8 MB/s eta 0:00:00
465
- Preparing metadata (setup.py): started
466
- Preparing metadata (setup.py): finished with status 'done'
467
- Collecting resend==0.7.0 (from -r requirements.txt (line 39))
468
- Downloading resend-0.7.0-py2.py3-none-any.whl.metadata (2.2 kB)
469
- Collecting anyio<4.0.0,>=3.7.1 (from fastapi==0.104.1->-r requirements.txt (line 2))
470
- Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
471
- Collecting starlette<0.28.0,>=0.27.0 (from fastapi==0.104.1->-r requirements.txt (line 2))
472
- Downloading starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
473
- Collecting typing-extensions>=4.8.0 (from fastapi==0.104.1->-r requirements.txt (line 2))
474
- Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
475
- Collecting click>=7.0 (from uvicorn==0.24.0->uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
476
- Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB)
477
- Collecting h11>=0.8 (from uvicorn==0.24.0->uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
478
- Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
479
- Collecting annotated-types>=0.4.0 (from pydantic==2.5.0->-r requirements.txt (line 4))
480
- Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
481
- Collecting pydantic-core==2.14.1 (from pydantic==2.5.0->-r requirements.txt (line 4))
482
- Downloading pydantic_core-2.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB)
483
- Collecting python-dotenv>=0.21.0 (from pydantic-settings==2.1.0->-r requirements.txt (line 5))
484
- Downloading python_dotenv-1.2.1-py3-none-any.whl.metadata (25 kB)
485
- Collecting dnspython>=2.0.0 (from email-validator==2.1.0->-r requirements.txt (line 6))
486
- Downloading dnspython-2.8.0-py3-none-any.whl.metadata (5.7 kB)
487
- Collecting idna>=2.0.0 (from email-validator==2.1.0->-r requirements.txt (line 6))
488
- Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
489
- Collecting MarkupSafe>=2.0 (from jinja2==3.1.2->-r requirements.txt (line 9))
490
- Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB)
491
- Collecting greenlet!=0.4.17 (from sqlalchemy==2.0.23->-r requirements.txt (line 13))
492
- Downloading greenlet-3.2.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB)
493
- Collecting Mako (from alembic==1.12.1->-r requirements.txt (line 14))
494
- Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB)
495
- Collecting gotrue<2.0.0,>=1.3.0 (from supabase==2.0.3->-r requirements.txt (line 18))
496
- Downloading gotrue-1.3.1-py3-none-any.whl.metadata (5.9 kB)
497
- Collecting postgrest<0.14.0,>=0.10.8 (from supabase==2.0.3->-r requirements.txt (line 18))
498
- Downloading postgrest-0.13.2-py3-none-any.whl.metadata (5.1 kB)
499
- Collecting realtime<2.0.0,>=1.0.0 (from supabase==2.0.3->-r requirements.txt (line 18))
500
- Downloading realtime-1.0.6-py3-none-any.whl.metadata (2.6 kB)
501
- Collecting storage3<0.7.0,>=0.5.3 (from supabase==2.0.3->-r requirements.txt (line 18))
502
- Downloading storage3-0.6.1-py3-none-any.whl.metadata (1.8 kB)
503
- Collecting supafunc<0.4.0,>=0.3.1 (from supabase==2.0.3->-r requirements.txt (line 18))
504
- Downloading supafunc-0.3.3-py3-none-any.whl.metadata (1.2 kB)
505
- Collecting ecdsa!=0.15 (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
506
- Downloading ecdsa-0.19.1-py2.py3-none-any.whl.metadata (29 kB)
507
- Collecting rsa (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
508
- Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB)
509
- Collecting pyasn1 (from python-jose==3.3.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
510
- Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
511
- Collecting certifi (from httpx==0.24.1->-r requirements.txt (line 26))
512
- Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB)
513
- Collecting httpcore<0.18.0,>=0.15.0 (from httpx==0.24.1->-r requirements.txt (line 26))
514
- Downloading httpcore-0.17.3-py3-none-any.whl.metadata (18 kB)
515
- Collecting sniffio (from httpx==0.24.1->-r requirements.txt (line 26))
516
- Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
517
- Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 27))
518
- Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB)
519
- Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 27))
520
- Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
521
- Collecting six>=1.5 (from python-dateutil==2.8.2->-r requirements.txt (line 30))
522
- Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
523
- Collecting limits>=2.3 (from slowapi==0.1.9->-r requirements.txt (line 34))
524
- Downloading limits-5.6.0-py3-none-any.whl.metadata (10 kB)
525
- Collecting bcrypt>=3.1.0 (from passlib[bcrypt]==1.7.4->-r requirements.txt (line 22))
526
- Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB)
527
- Collecting cryptography>=3.4.0 (from python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
528
- Downloading cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
529
- Collecting httptools>=0.5.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
530
- Downloading httptools-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (3.5 kB)
531
- Collecting pyyaml>=5.1 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
532
- Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
533
- Collecting uvloop!=0.15.0,!=0.15.1,>=0.14.0 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
534
- Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (4.9 kB)
535
- Collecting watchfiles>=0.13 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
536
- Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
537
- Collecting websockets>=10.4 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
538
- Downloading websockets-15.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB)
539
- Collecting cffi>=2.0.0 (from cryptography>=3.4.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
540
- Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB)
541
- Collecting h11>=0.8 (from uvicorn==0.24.0->uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
542
- Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
543
- Collecting deprecated>=1.2 (from limits>=2.3->slowapi==0.1.9->-r requirements.txt (line 34))
544
- Downloading deprecated-1.3.1-py2.py3-none-any.whl.metadata (5.9 kB)
545
- Collecting packaging>=21 (from limits>=2.3->slowapi==0.1.9->-r requirements.txt (line 34))
546
- Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
547
- Collecting deprecation<3.0.0,>=2.1.0 (from postgrest<0.14.0,>=0.10.8->supabase==2.0.3->-r requirements.txt (line 18))
548
- Downloading deprecation-2.1.0-py2.py3-none-any.whl.metadata (4.6 kB)
549
- Collecting strenum<0.5.0,>=0.4.9 (from postgrest<0.14.0,>=0.10.8->supabase==2.0.3->-r requirements.txt (line 18))
550
- Downloading StrEnum-0.4.15-py3-none-any.whl.metadata (5.3 kB)
551
- Collecting websockets>=10.4 (from uvicorn[standard]==0.24.0->-r requirements.txt (line 3))
552
- Downloading websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
553
- Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->python-jose[cryptography]==3.3.0->-r requirements.txt (line 21))
554
- Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes)
555
- Collecting wrapt<3,>=1.10 (from deprecated>=1.2->limits>=2.3->slowapi==0.1.9->-r requirements.txt (line 34))
556
- Downloading wrapt-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (9.0 kB)
557
- WARNING: The candidate selected for download or install is a yanked version: 'email-validator' candidate (version 2.1.0 at https://files.pythonhosted.org/packages/90/41/4767ff64e422734487a06384a66e62615b1f5cf9cf3b23295e22d3ecf711/email_validator-2.1.0-py3-none-any.whl (from https://pypi.org/simple/email-validator/) (requires-python:>=3.7))
558
- Reason for being yanked: Forgot to drop Python 3.7 from python_requires, see https://github.com/JoshData/python-email-validator/pull/118
559
- Downloading fastapi-0.104.1-py3-none-any.whl (92 kB)
560
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.9/92.9 kB 418.6 MB/s eta 0:00:00
561
- Downloading uvicorn-0.24.0-py3-none-any.whl (59 kB)
562
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 363.5 MB/s eta 0:00:00
563
- Downloading pydantic-2.5.0-py3-none-any.whl (407 kB)
564
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 407.5/407.5 kB 184.3 MB/s eta 0:00:00
565
- Downloading pydantic_settings-2.1.0-py3-none-any.whl (11 kB)
566
- Downloading email_validator-2.1.0-py3-none-any.whl (32 kB)
567
- Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
568
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 162.0 MB/s eta 0:00:00
569
- Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)
570
- Downloading SQLAlchemy-2.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
571
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 263.6 MB/s eta 0:00:00
572
- Downloading alembic-1.12.1-py3-none-any.whl (226 kB)
573
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.8/226.8 kB 386.8 MB/s eta 0:00:00
574
- Downloading psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
575
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 324.0 MB/s eta 0:00:00
576
- Downloading supabase-2.0.3-py3-none-any.whl (11 kB)
577
- Downloading python_jose-3.3.0-py2.py3-none-any.whl (33 kB)
578
- Downloading passlib-1.7.4-py2.py3-none-any.whl (525 kB)
579
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.6/525.6 kB 203.3 MB/s eta 0:00:00
580
- Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
581
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 326.6 MB/s eta 0:00:00
582
- Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
583
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 421.7 MB/s eta 0:00:00
584
- Downloading requests-2.31.0-py3-none-any.whl (62 kB)
585
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 414.6 MB/s eta 0:00:00
586
- Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
587
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 469.6 MB/s eta 0:00:00
588
- Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
589
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 224.0 MB/s eta 0:00:00
590
- Downloading slowapi-0.1.9-py3-none-any.whl (14 kB)
591
- Downloading redis-5.0.1-py3-none-any.whl (250 kB)
592
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 456.7 MB/s eta 0:00:00
593
- Downloading resend-0.7.0-py2.py3-none-any.whl (8.7 kB)
594
- Downloading pydantic_core-2.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
595
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 293.4 MB/s eta 0:00:00
596
- Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
597
- Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
598
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 411.0 MB/s eta 0:00:00
599
- Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl (278 kB)
600
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.2/278.2 kB 524.8 MB/s eta 0:00:00
601
- Downloading certifi-2025.11.12-py3-none-any.whl (159 kB)
602
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 442.5 MB/s eta 0:00:00
603
- Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)
604
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 kB 450.9 MB/s eta 0:00:00
605
- Downloading click-8.3.1-py3-none-any.whl (108 kB)
606
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.3/108.3 kB 437.2 MB/s eta 0:00:00
607
- Downloading cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
608
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 198.4 MB/s eta 0:00:00
609
- Downloading dnspython-2.8.0-py3-none-any.whl (331 kB)
610
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 331.1/331.1 kB 417.6 MB/s eta 0:00:00
611
- Downloading ecdsa-0.19.1-py2.py3-none-any.whl (150 kB)
612
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.6/150.6 kB 320.6 MB/s eta 0:00:00
613
- Downloading gotrue-1.3.1-py3-none-any.whl (42 kB)
614
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 167.8 MB/s eta 0:00:00
615
- Downloading greenlet-3.2.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (587 kB)
616
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.7/587.7 kB 317.6 MB/s eta 0:00:00
617
- Downloading httpcore-0.17.3-py3-none-any.whl (74 kB)
618
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/74.5 kB 244.3 MB/s eta 0:00:00
619
- Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
620
- Downloading h11-0.14.0-py3-none-any.whl (58 kB)
621
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 390.0 MB/s eta 0:00:00
622
- Downloading httptools-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (456 kB)
623
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 456.6/456.6 kB 497.0 MB/s eta 0:00:00
624
- Downloading idna-3.11-py3-none-any.whl (71 kB)
625
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 400.8 MB/s eta 0:00:00
626
- Downloading limits-5.6.0-py3-none-any.whl (60 kB)
627
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 369.9 MB/s eta 0:00:00
628
- Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB)
629
- Downloading postgrest-0.13.2-py3-none-any.whl (19 kB)
630
- Downloading python_dotenv-1.2.1-py3-none-any.whl (21 kB)
631
- Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB)
632
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 544.0 MB/s eta 0:00:00
633
- Downloading realtime-1.0.6-py3-none-any.whl (9.0 kB)
634
- Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
635
- Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
636
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 400.7 MB/s eta 0:00:00
637
- Downloading storage3-0.6.1-py3-none-any.whl (15 kB)
638
- Downloading supafunc-0.3.3-py3-none-any.whl (6.1 kB)
639
- Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
640
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 357.9 MB/s eta 0:00:00
641
- Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
642
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.8/129.8 kB 494.7 MB/s eta 0:00:00
643
- Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.8 MB)
644
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 349.0 MB/s eta 0:00:00
645
- Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456 kB)
646
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 456.1/456.1 kB 519.2 MB/s eta 0:00:00
647
- Downloading websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
648
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.9/130.9 kB 299.7 MB/s eta 0:00:00
649
- Downloading mako-1.3.10-py3-none-any.whl (78 kB)
650
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 253.1 MB/s eta 0:00:00
651
- Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
652
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 262.4 MB/s eta 0:00:00
653
- Downloading rsa-4.9.1-py3-none-any.whl (34 kB)
654
- Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB)
655
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.6/215.6 kB 321.8 MB/s eta 0:00:00
656
- Downloading deprecated-1.3.1-py2.py3-none-any.whl (11 kB)
657
- Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
658
- Downloading packaging-25.0-py3-none-any.whl (66 kB)
659
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 kB 389.1 MB/s eta 0:00:00
660
- Downloading StrEnum-0.4.15-py3-none-any.whl (8.9 kB)
661
- Downloading wrapt-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (114 kB)
662
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.1/114.1 kB 287.2 MB/s eta 0:00:00
663
- Downloading pycparser-2.23-py3-none-any.whl (118 kB)
664
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.1/118.1 kB 275.7 MB/s eta 0:00:00
665
- Building wheels for collected packages: cloudinary
666
- Building wheel for cloudinary (setup.py): started
667
- Building wheel for cloudinary (setup.py): finished with status 'done'
668
- Created wheel for cloudinary: filename=cloudinary-1.36.0-py3-none-any.whl size=138914 sha256=7d8c7d5906fdb66861c9d8a4f3b95e99c12615e66546fb30048ad30e3f2f0fb4
669
- Stored in directory: /tmp/pip-ephem-wheel-cache-gwplueeg/wheels/c3/93/e6/4337704771b9890f4b4f1d27a3bbfd49684223769b40e70993
670
- Successfully built cloudinary
671
- Installing collected packages: strenum, pytz, passlib, wrapt, websockets, uvloop, urllib3, typing-extensions, sniffio, six, redis, pyyaml, python-multipart, python-dotenv, pycparser, pyasn1, psycopg2-binary, packaging, MarkupSafe, idna, httptools, h11, greenlet, dnspython, click, charset-normalizer, certifi, bcrypt, annotated-types, aiofiles, uvicorn, sqlalchemy, rsa, requests, python-dateutil, pydantic-core, Mako, jinja2, email-validator, ecdsa, deprecation, deprecated, cloudinary, cffi, anyio, watchfiles, starlette, resend, realtime, python-jose, pydantic, limits, httpcore, cryptography, alembic, slowapi, pydantic-settings, httpx, fastapi, supafunc, storage3, postgrest, gotrue, supabase
672
- Successfully installed Mako-1.3.10 MarkupSafe-3.0.3 aiofiles-23.2.1 alembic-1.12.1 annotated-types-0.7.0 anyio-3.7.1 bcrypt-5.0.0 certifi-2025.11.12 cffi-2.0.0 charset-normalizer-3.4.4 click-8.3.1 cloudinary-1.36.0 cryptography-46.0.3 deprecated-1.3.1 deprecation-2.1.0 dnspython-2.8.0 ecdsa-0.19.1 email-validator-2.1.0 fastapi-0.104.1 gotrue-1.3.1 greenlet-3.2.4 h11-0.14.0 httpcore-0.17.3 httptools-0.7.1 httpx-0.24.1 idna-3.11 jinja2-3.1.2 limits-5.6.0 packaging-25.0 passlib-1.7.4 postgrest-0.13.2 psycopg2-binary-2.9.9 pyasn1-0.6.1 pycparser-2.23 pydantic-2.5.0 pydantic-core-2.14.1 pydantic-settings-2.1.0 python-dateutil-2.8.2 python-dotenv-1.2.1 python-jose-3.3.0 python-multipart-0.0.6 pytz-2023.3 pyyaml-6.0.3 realtime-1.0.6 redis-5.0.1 requests-2.31.0 resend-0.7.0 rsa-4.9.1 six-1.17.0 slowapi-0.1.9 sniffio-1.3.1 sqlalchemy-2.0.23 starlette-0.27.0 storage3-0.6.1 strenum-0.4.15 supabase-2.0.3 supafunc-0.3.3 typing-extensions-4.15.0 urllib3-2.5.0 uvicorn-0.24.0 uvloop-0.22.1 watchfiles-1.1.1 websockets-12.0 wrapt-2.0.1
673
- WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
674
-
675
- [notice] A new release of pip is available: 24.0 -> 25.3
676
- [notice] To update, run: pip install --upgrade pip
677
- DONE 52.5s
678
-
679
- --> COPY src/ ./src/
680
- DONE 0.1s
681
-
682
- --> COPY alembic/ ./alembic/
683
- DONE 0.1s
684
-
685
- --> COPY alembic.ini .
686
- DONE 0.2s
687
-
688
- --> Pushing image
689
- DONE 3.9s
690
-
691
- --> Exporting cache
692
- DONE 0.2s
 
1
+ ===== Application Startup at 2025-12-11 07:02:02 =====
2
 
3
+ Traceback (most recent call last):
4
+ File "/usr/local/bin/uvicorn", line 8, in <module>
5
+ sys.exit(main())
6
+ ^^^^^^
7
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1485, in __call__
8
+ return self.main(*args, **kwargs)
9
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
10
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1406, in main
11
+ rv = self.invoke(ctx)
12
+ ^^^^^^^^^^^^^^^^
13
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1269, in invoke
14
+ return ctx.invoke(self.callback, **ctx.params)
15
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 824, in invoke
17
+ return callback(*args, **kwargs)
18
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
19
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/main.py", line 416, in main
20
+ run(
21
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/main.py", line 587, in run
22
+ server.run()
23
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/server.py", line 61, in run
24
+ return asyncio.run(self.serve(sockets=sockets))
25
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
26
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
27
+ return runner.run(main)
28
+ ^^^^^^^^^^^^^^^^
29
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
30
+ return self._loop.run_until_complete(task)
31
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
+ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
33
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/server.py", line 68, in serve
34
+ config.load()
35
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/config.py", line 467, in load
36
+ self.loaded_app = import_from_string(self.app)
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/importer.py", line 21, in import_from_string
39
+ module = importlib.import_module(module_str)
40
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41
+ File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
42
+ return _bootstrap._gcd_import(name[level:], package, level)
43
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
+ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
45
+ File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
46
+ File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
47
+ File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
48
+ File "<frozen importlib._bootstrap_external>", line 940, in exec_module
49
+ File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
50
+ File "/app/src/app/main.py", line 168, in <module>
51
+ from app.api.v1.router import api_router
52
+ File "/app/src/app/api/v1/router.py", line 5, in <module>
53
+ from app.api.v1 import (
54
+ File "/app/src/app/api/v1/projects.py", line 1731, in <module>
55
+ current_user: User = Depends(get_current_user)
56
+ ^^^^^^^^^^^^^^^^
57
+ NameError: name 'get_current_user' is not defined. Did you mean: 'get_current_active_user'?
58
+ Traceback (most recent call last):
59
+ File "/usr/local/bin/uvicorn", line 8, in <module>
60
+ sys.exit(main())
61
+ ^^^^^^
62
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1485, in __call__
63
+ return self.main(*args, **kwargs)
64
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
65
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1406, in main
66
+ rv = self.invoke(ctx)
67
+ ^^^^^^^^^^^^^^^^
68
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1269, in invoke
69
+ return ctx.invoke(self.callback, **ctx.params)
70
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
71
+ File "/usr/local/lib/python3.11/site-packages/click/core.py", line 824, in invoke
72
+ return callback(*args, **kwargs)
73
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
74
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/main.py", line 416, in main
75
+ run(
76
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/main.py", line 587, in run
77
+ server.run()
78
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/server.py", line 61, in run
79
+ return asyncio.run(self.serve(sockets=sockets))
80
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
81
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run
82
+ return runner.run(main)
83
+ ^^^^^^^^^^^^^^^^
84
+ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run
85
+ return self._loop.run_until_complete(task)
86
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
87
+ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
88
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/server.py", line 68, in serve
89
+ config.load()
90
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/config.py", line 467, in load
91
+ self.loaded_app = import_from_string(self.app)
92
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93
+ File "/usr/local/lib/python3.11/site-packages/uvicorn/importer.py", line 21, in import_from_string
94
+ module = importlib.import_module(module_str)
95
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
+ File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
97
+ return _bootstrap._gcd_import(name[level:], package, level)
98
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
+ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
100
+ File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
101
+ File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
102
+ File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
103
+ File "<frozen importlib._bootstrap_external>", line 940, in exec_module
104
+ File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
105
+ File "/app/src/app/main.py", line 168, in <module>
106
+ from app.api.v1.router import api_router
107
+ File "/app/src/app/api/v1/router.py", line 5, in <module>
108
+ from app.api.v1 import (
109
+ File "/app/src/app/api/v1/projects.py", line 1731, in <module>
110
+ current_user: User = Depends(get_current_user)
111
+ ^^^^^^^^^^^^^^^^
112
+ NameError: name 'get_current_user' is not defined. Did you mean: 'get_current_active_user'?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/app/api/v1/projects.py CHANGED
@@ -10,7 +10,7 @@ from datetime import date
10
  import math
11
  import logging
12
 
13
- from app.api.deps import get_db, get_current_active_user
14
  from app.models.user import User
15
  from app.models.project import Project
16
  from app.models.project_team import ProjectTeam
 
10
  import math
11
  import logging
12
 
13
+ from app.api.deps import get_db, get_current_active_user, get_current_user
14
  from app.models.user import User
15
  from app.models.project import Project
16
  from app.models.project_team import ProjectTeam