go go
This commit is contained in:
parent
669c5f5208
commit
948865e23a
@ -16,4 +16,4 @@ class Stats(Stats):
|
||||
class MongoStats(Stats):
|
||||
model_config = ConfigDict(arbitrary_types_allowed=True)
|
||||
|
||||
created_at: int = Field(default=time.time(), alias='created_at')
|
||||
created_at: time = Field(default=time.time(), alias='created_at')
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='deevirt_schema',
|
||||
version='0.1.16',
|
||||
version='0.1.17',
|
||||
description='Deevirt Schema',
|
||||
url='https://git.celeonet.fr/Deevirt/deevirt_schema.git',
|
||||
author='Celeonet',
|
||||
|
Loading…
x
Reference in New Issue
Block a user