huace-aigc-auth-client 1.1.15__py3-none-any.whl → 1.1.16__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.
- huace_aigc_auth_client/__init__.py +1 -1
- huace_aigc_auth_client/legacy_adapter.py +2 -1
- {huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/METADATA +1 -1
- huace_aigc_auth_client-1.1.16.dist-info/RECORD +10 -0
- huace_aigc_auth_client-1.1.15.dist-info/RECORD +0 -10
- {huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/WHEEL +0 -0
- {huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/licenses/LICENSE +0 -0
- {huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/top_level.txt +0 -0
|
@@ -297,7 +297,8 @@ class LegacySystemAdapter(ABC):
|
|
|
297
297
|
"error": result.get("message")
|
|
298
298
|
})
|
|
299
299
|
except Exception as e:
|
|
300
|
-
|
|
300
|
+
import traceback
|
|
301
|
+
logger.error(f"Error syncing user {user.get('username')}: {e}\n{traceback.format_exc()}")
|
|
301
302
|
results["failed"] += 1
|
|
302
303
|
results["errors"].append({
|
|
303
304
|
"user": user.get("username"),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
huace_aigc_auth_client/__init__.py,sha256=ELgO1fH3WO7-IP1OGgad_yPqIhG_B8-nQvbfFu7jJ5I,4540
|
|
2
|
+
huace_aigc_auth_client/legacy_adapter.py,sha256=Zgti8lxR2kKeTSFfj66YfiY_TQtJL1B4pkXatG2g0sg,24108
|
|
3
|
+
huace_aigc_auth_client/sdk.py,sha256=ypClZfQm4Ux4db8XDP51I5Cuk1Uc9F2VPgECpXXphkQ,23272
|
|
4
|
+
huace_aigc_auth_client/webhook.py,sha256=XQZYEbMoqIdqZWCGSTcedeDKJpDbUVSq5g08g-6Qucg,4124
|
|
5
|
+
huace_aigc_auth_client/webhook_flask.py,sha256=Iosu4dBtRhQZM_ytn-bn82MpVsyOiV28FBnt7Tfh31U,7225
|
|
6
|
+
huace_aigc_auth_client-1.1.16.dist-info/licenses/LICENSE,sha256=z7dgC7KljhBLNvKjN15391nMj3aLt0gbud8-Yf1F8EQ,1063
|
|
7
|
+
huace_aigc_auth_client-1.1.16.dist-info/METADATA,sha256=rf6V5upXh-D-qeVfcNqjB5cF8M21f9DKHDOulLmJeLE,22971
|
|
8
|
+
huace_aigc_auth_client-1.1.16.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
9
|
+
huace_aigc_auth_client-1.1.16.dist-info/top_level.txt,sha256=kbv0nQ6PQ0JVneWPH7O2AbtlJnP7AjvFJ6JjM6ZEBxo,23
|
|
10
|
+
huace_aigc_auth_client-1.1.16.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
huace_aigc_auth_client/__init__.py,sha256=KYoil3pbho69Cs0nEPJz2Bli1L8tJ9NjDDBCOU9vWT0,4540
|
|
2
|
-
huace_aigc_auth_client/legacy_adapter.py,sha256=f1_xH6huiPdCnJx1ko-2_kWTHjWKLBK2zyPXqnPiEaY,24049
|
|
3
|
-
huace_aigc_auth_client/sdk.py,sha256=ypClZfQm4Ux4db8XDP51I5Cuk1Uc9F2VPgECpXXphkQ,23272
|
|
4
|
-
huace_aigc_auth_client/webhook.py,sha256=XQZYEbMoqIdqZWCGSTcedeDKJpDbUVSq5g08g-6Qucg,4124
|
|
5
|
-
huace_aigc_auth_client/webhook_flask.py,sha256=Iosu4dBtRhQZM_ytn-bn82MpVsyOiV28FBnt7Tfh31U,7225
|
|
6
|
-
huace_aigc_auth_client-1.1.15.dist-info/licenses/LICENSE,sha256=z7dgC7KljhBLNvKjN15391nMj3aLt0gbud8-Yf1F8EQ,1063
|
|
7
|
-
huace_aigc_auth_client-1.1.15.dist-info/METADATA,sha256=lUBiUG93imjVSuLQBO4GVUZY-DW5xE8xvWwObY5KrGM,22971
|
|
8
|
-
huace_aigc_auth_client-1.1.15.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
9
|
-
huace_aigc_auth_client-1.1.15.dist-info/top_level.txt,sha256=kbv0nQ6PQ0JVneWPH7O2AbtlJnP7AjvFJ6JjM6ZEBxo,23
|
|
10
|
-
huace_aigc_auth_client-1.1.15.dist-info/RECORD,,
|
|
File without changes
|
{huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{huace_aigc_auth_client-1.1.15.dist-info → huace_aigc_auth_client-1.1.16.dist-info}/top_level.txt
RENAMED
|
File without changes
|