fractal-server 2.4.0a2__py3-none-any.whl → 2.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fractal_server/__init__.py +1 -1
- fractal_server/app/routes/auth/users.py +5 -0
- {fractal_server-2.4.0a2.dist-info → fractal_server-2.4.1.dist-info}/METADATA +1 -1
- {fractal_server-2.4.0a2.dist-info → fractal_server-2.4.1.dist-info}/RECORD +7 -7
- {fractal_server-2.4.0a2.dist-info → fractal_server-2.4.1.dist-info}/LICENSE +0 -0
- {fractal_server-2.4.0a2.dist-info → fractal_server-2.4.1.dist-info}/WHEEL +0 -0
- {fractal_server-2.4.0a2.dist-info → fractal_server-2.4.1.dist-info}/entry_points.txt +0 -0
fractal_server/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__VERSION__ = "2.4.
|
1
|
+
__VERSION__ = "2.4.1"
|
@@ -151,6 +151,11 @@ async def patch_user(
|
|
151
151
|
"reason": e.reason,
|
152
152
|
},
|
153
153
|
)
|
154
|
+
except exceptions.UserAlreadyExists:
|
155
|
+
raise HTTPException(
|
156
|
+
status.HTTP_400_BAD_REQUEST,
|
157
|
+
detail=ErrorCode.UPDATE_USER_EMAIL_ALREADY_EXISTS,
|
158
|
+
)
|
154
159
|
else:
|
155
160
|
# Nothing to do, just continue
|
156
161
|
patched_user = user_to_patch
|
@@ -1,4 +1,4 @@
|
|
1
|
-
fractal_server/__init__.py,sha256=
|
1
|
+
fractal_server/__init__.py,sha256=fzbY4OwDzXGBWKHXd6pSTnBjJSHcb2YKUZikrufgkI4,22
|
2
2
|
fractal_server/__main__.py,sha256=I9hF_SYc-GTZWDZZhihwyUBK7BMU5GAecbPLTjkpW4U,5830
|
3
3
|
fractal_server/alembic.ini,sha256=MWwi7GzjzawI9cCAK1LW7NxIBQDUqD12-ptJoq5JpP0,3153
|
4
4
|
fractal_server/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -59,7 +59,7 @@ fractal_server/app/routes/auth/login.py,sha256=tSu6OBLOieoBtMZB4JkBAdEgH2Y8KqPGS
|
|
59
59
|
fractal_server/app/routes/auth/oauth.py,sha256=AnFHbjqL2AgBX3eksI931xD6RTtmbciHBEuGf9YJLjU,1895
|
60
60
|
fractal_server/app/routes/auth/register.py,sha256=DlHq79iOvGd_gt2v9uwtsqIKeO6i_GKaW59VIkllPqY,587
|
61
61
|
fractal_server/app/routes/auth/router.py,sha256=zWoZWiO69U48QFQf5tLRYQDWu8PUCj7GacnaFeW1n_I,618
|
62
|
-
fractal_server/app/routes/auth/users.py,sha256=
|
62
|
+
fractal_server/app/routes/auth/users.py,sha256=5S_TD3elAeX0TBcvsME0i2_bSXEIGSuTrjRSOPPs3o0,6876
|
63
63
|
fractal_server/app/routes/aux/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
64
|
fractal_server/app/routes/aux/_job.py,sha256=q-RCiW17yXnZKAC_0La52RLvhqhxuvbgQJ2MlGXOj8A,702
|
65
65
|
fractal_server/app/routes/aux/_runner.py,sha256=FdCVla5DxGAZ__aB7Z8dEJzD_RIeh5tftjrPyqkr8N8,895
|
@@ -207,8 +207,8 @@ fractal_server/tasks/v2/utils.py,sha256=JOyCacb6MNvrwfLNTyLwcz8y79J29YuJeJ2MK5kq
|
|
207
207
|
fractal_server/urls.py,sha256=5o_qq7PzKKbwq12NHSQZDmDitn5RAOeQ4xufu-2v9Zk,448
|
208
208
|
fractal_server/utils.py,sha256=b7WwFdcFZ8unyT65mloFToYuEDXpQoHRcmRNqrhd_dQ,2115
|
209
209
|
fractal_server/zip_tools.py,sha256=xYpzBshysD2nmxkD5WLYqMzPYUcCRM3kYy-7n9bJL-U,4426
|
210
|
-
fractal_server-2.4.
|
211
|
-
fractal_server-2.4.
|
212
|
-
fractal_server-2.4.
|
213
|
-
fractal_server-2.4.
|
214
|
-
fractal_server-2.4.
|
210
|
+
fractal_server-2.4.1.dist-info/LICENSE,sha256=QKAharUuhxL58kSoLizKJeZE3mTCBnX6ucmz8W0lxlk,1576
|
211
|
+
fractal_server-2.4.1.dist-info/METADATA,sha256=JCCF3ijNeP2qZzZhZKYcsSdskyLfo4jXVIT1ebF65bY,4628
|
212
|
+
fractal_server-2.4.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
213
|
+
fractal_server-2.4.1.dist-info/entry_points.txt,sha256=8tV2kynvFkjnhbtDnxAqImL6HMVKsopgGfew0DOp5UY,58
|
214
|
+
fractal_server-2.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|