python-neva 0.6.0.dev2__py3-none-any.whl → 0.6.0.dev3__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.
neva/database/provider.py CHANGED
@@ -25,7 +25,6 @@ class DatabaseServiceProvider(ServiceProvider):
25
25
  match Config.get("database"):
26
26
  case Ok(config):
27
27
  await Tortoise.init(config=config)
28
- await Tortoise.generate_schemas(safe=True)
29
28
  yield
30
29
  await Tortoise.close_connections()
31
30
  case Err(err):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-neva
3
- Version: 0.6.0.dev2
3
+ Version: 0.6.0.dev3
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: cryptography>=46.0.3
@@ -17,7 +17,7 @@ neva/console/runner.py,sha256=D1kG5es-KHrqeOfWiVlhMIji4iVKi4Xf6aGDg12hBTk,422
17
17
  neva/database/__init__.py,sha256=C4nLsZSwoB6mrWNiPAoT0tbsed2Ch5ebN9-_hBADCVw,23
18
18
  neva/database/config.py,sha256=cQb_vt33q0eWkXyF83TMagYDkD7_fjk1hJ6W0v1p-QE,1251
19
19
  neva/database/manager.py,sha256=5Ifba2spdw1Fl0Bvosw6ze4FL72gn9kxBCEDPZUCnW4,386
20
- neva/database/provider.py,sha256=vLclYWl2YepWsIPkSm2f6eibTUpK7WQvK0Dfc24FKqI,1071
20
+ neva/database/provider.py,sha256=WnWnHJPsVPb5NSy9v-CqLgtyRaEQHfyI2x7MI4T-fOY,1012
21
21
  neva/database/repository.py,sha256=aeqUX7rrolGAj7sV56bJoM8O63pSlJ3k_B8ZXnH0JSk,1462
22
22
  neva/events/__init__.py,sha256=BA-TYHAzIj56PwQZH4tFNwed1tLUwJO6iWruM4EvOig,33
23
23
  neva/events/dispatcher.py,sha256=fI8rO3XnX-fXPjP1Kmci6I2DArDlcOT4K8vS6xNdkiw,572
@@ -67,7 +67,7 @@ neva/testing/__init__.py,sha256=0BUs7c6QQbxAOGgce9b1T-izknQBN_TmbQ8oSh7Slmo,116
67
67
  neva/testing/fixtures.py,sha256=OZAZC9Onaw9ywxxwbQdeeTEAmF9qUH-BVFRG3h0ZMDc,1659
68
68
  neva/testing/http.py,sha256=IglfkisutZ1Q76CGK-dMBskurr1yWN9oTMOWJaMgVM0,493
69
69
  neva/testing/test_case.py,sha256=LmTdvLr7uHZZMRmO9ys8gwRnG3yJZezvP2DOFa90a0M,2023
70
- python_neva-0.6.0.dev2.dist-info/METADATA,sha256=1SFWldfSR8dXOjDWyyitwiHRw31DGbHZRI8-cSOL314,568
71
- python_neva-0.6.0.dev2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
72
- python_neva-0.6.0.dev2.dist-info/entry_points.txt,sha256=MzIbBUvULmYigowMos-_thtiMYLe0GG8apEyX7zKyCY,50
73
- python_neva-0.6.0.dev2.dist-info/RECORD,,
70
+ python_neva-0.6.0.dev3.dist-info/METADATA,sha256=gHkQkRHrIs6BuGehCneKfFOBZTaXi7906j_rqq9qMOU,568
71
+ python_neva-0.6.0.dev3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
72
+ python_neva-0.6.0.dev3.dist-info/entry_points.txt,sha256=MzIbBUvULmYigowMos-_thtiMYLe0GG8apEyX7zKyCY,50
73
+ python_neva-0.6.0.dev3.dist-info/RECORD,,