ohmyapi 0.4.0__py3-none-any.whl → 0.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.
ohmyapi/__init__.py CHANGED
@@ -1 +1 @@
1
- __VERSION__ = "0.4.0"
1
+ __VERSION__ = "0.4.1"
@@ -59,7 +59,7 @@ class User(Model):
59
59
 
60
60
  def set_email(self, new_email: str) -> None:
61
61
  """Hash and set the e-mail address."""
62
- self.email_hash = hmac_hash(email)
62
+ self.email_hash = hmac_hash(new_email)
63
63
 
64
64
  def verify_password(self, raw_password: str) -> bool:
65
65
  """Verify a plaintext password against the stored hash."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ohmyapi
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations
5
5
  License-Expression: MIT
6
6
  Keywords: fastapi,tortoise,orm,pydantic,async,web-framework
@@ -1,7 +1,7 @@
1
- ohmyapi/__init__.py,sha256=2ohBfKaesG66_1MkCKfwltW-m1FPoCxzeDJDsA74KDc,22
1
+ ohmyapi/__init__.py,sha256=8meNubxhw7cbXsN06petyzIE9lJNEO64c6kzZ6jBQSw,22
2
2
  ohmyapi/__main__.py,sha256=wcCrL4PjG51r5wVKqJhcoJPTLfHW0wNbD31DrUN0MWI,28
3
3
  ohmyapi/builtin/auth/__init__.py,sha256=vOVCSJX8BALzs8h5ZW9507bjoscP37bncMjdMmBXcMM,42
4
- ohmyapi/builtin/auth/models.py,sha256=3T6q0K3S9U__zif784oSb44bWqt3oCTpgPJlEK1YPFk,2598
4
+ ohmyapi/builtin/auth/models.py,sha256=FJ-F7wY5tXBSZl5YZth6UzhBSFISVCZNc2gp2uKvmR0,2602
5
5
  ohmyapi/builtin/auth/permissions.py,sha256=mxsnhF_UGesTFle7v1JHORkNODtQ0qanAL3FtOcMCEY,145
6
6
  ohmyapi/builtin/auth/routes.py,sha256=r887BWea20vinX88QBuxGzQc9BrIi-LqyStM0V1cl1o,6304
7
7
  ohmyapi/builtin/demo/__init__.py,sha256=44Yo3mYmlKSKEwVp6O9urr-C_3qDQzCYLMn6B9i6wew,29
@@ -26,7 +26,7 @@ ohmyapi/db/model/__init__.py,sha256=k3StTNuKatpwZo_Z5JBFa-927eJrzibFE8U4SA82asc,
26
26
  ohmyapi/db/model/model.py,sha256=ui4g78c5xoS06Dj8Cdk7QgTjRnE68zKeL-AdmeYYPuQ,2776
27
27
  ohmyapi/middleware/cors.py,sha256=p8HlKsZLM6jKLEa2-q22cIEZUKawirMQB9ajfxaM4xw,818
28
28
  ohmyapi/router.py,sha256=5g0U59glu4hxxnIoTSFzb2S2offkOT3eE39aprzVxwo,83
29
- ohmyapi-0.4.0.dist-info/METADATA,sha256=xwYfCORH7xurtw3IfqpXQEdLP9hLw1MKrHQ4wdkH3SY,2657
30
- ohmyapi-0.4.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
31
- ohmyapi-0.4.0.dist-info/entry_points.txt,sha256=wb3lw8-meAlpiv1mqcQ3m25ukL7djagU_w89GkrC37k,43
32
- ohmyapi-0.4.0.dist-info/RECORD,,
29
+ ohmyapi-0.4.1.dist-info/METADATA,sha256=zucxgMpy2is3xrPKmAbK2KjN2c8iY39MIAHTZ7oUF6c,2657
30
+ ohmyapi-0.4.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
31
+ ohmyapi-0.4.1.dist-info/entry_points.txt,sha256=wb3lw8-meAlpiv1mqcQ3m25ukL7djagU_w89GkrC37k,43
32
+ ohmyapi-0.4.1.dist-info/RECORD,,