xn-auth 0.2.34__py3-none-any.whl → 0.2.35__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.
x_auth/models.py CHANGED
@@ -196,7 +196,7 @@ class App(Model):
196
196
 
197
197
 
198
198
  class Session(TortModel):
199
- id = CharField(85, primary_key=True)
199
+ id = BigIntField(True)
200
200
  api: ForeignKeyRelation[App] = ForeignKeyField("models.App", "sessions")
201
201
  api_id: int
202
202
  dc: ForeignKeyRelation[Dc] = ForeignKeyField("models.Dc", "sessions", default=2)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xn-auth
3
- Version: 0.2.34
3
+ Version: 0.2.35
4
4
  Summary: Auth adapter for XN-Api framework
5
5
  Author-email: Artemiev <mixartemev@gmail.com>
6
6
  License: MIT
@@ -2,9 +2,9 @@ x_auth/controller.py,sha256=0QhqmqXOqFaWIUTWHlJKITQNmJQ5kXZOkLg7wSUTh60,2240
2
2
  x_auth/enums.py,sha256=kmkX-j1bWNpel6_-fw2YtMEmJSAj9w2iizkG03s3ZSU,631
3
3
  x_auth/exceptions.py,sha256=2B4okJxhPyNqTJXlSTfblJUQJ60bLGXdgJIu6ue7S6w,162
4
4
  x_auth/middleware.py,sha256=JfssQomDv0J_69GfS2a_2_uyRzs26zSY6IW1Vk7m8K0,2900
5
- x_auth/models.py,sha256=ugoA8B2G3RdeYIa_hK8ePm6UYuSOR0mg823ncW3PYxA,8495
5
+ x_auth/models.py,sha256=S3f23pzRWHEBfKia9Gz4_xcrONcaxJ0sgUlYE8XQbe0,8481
6
6
  x_auth/types.py,sha256=j3WGcyH24DmFEdTT6U7xzb_fEm1tFcBZsANKMy7bydo,689
7
- xn_auth-0.2.34.dist-info/METADATA,sha256=QVyMJEFvpRP_-Di5xotMtVZ0UJ8GssMZo-wMEn3bFAM,799
8
- xn_auth-0.2.34.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
9
- xn_auth-0.2.34.dist-info/top_level.txt,sha256=ydMDkzxgQPtW-E_MNDfUAroAFZvWSqU-x_kZSA7NSFo,7
10
- xn_auth-0.2.34.dist-info/RECORD,,
7
+ xn_auth-0.2.35.dist-info/METADATA,sha256=hLPtM-UvIYyZswSMJOoJy-1bxeE_7Dgr0j8vxIjqKM0,799
8
+ xn_auth-0.2.35.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
9
+ xn_auth-0.2.35.dist-info/top_level.txt,sha256=ydMDkzxgQPtW-E_MNDfUAroAFZvWSqU-x_kZSA7NSFo,7
10
+ xn_auth-0.2.35.dist-info/RECORD,,