mdb-engine 0.4.3__py3-none-any.whl → 0.4.4__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.
- mdb_engine/core/engine.py +2 -0
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/METADATA +1 -1
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/RECORD +7 -7
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/WHEEL +0 -0
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/entry_points.txt +0 -0
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/licenses/LICENSE +0 -0
- {mdb_engine-0.4.3.dist-info → mdb_engine-0.4.4.dist-info}/top_level.txt +0 -0
mdb_engine/core/engine.py
CHANGED
|
@@ -2294,6 +2294,8 @@ class MongoDBEngine:
|
|
|
2294
2294
|
# Store parent app reference and current app info for middleware
|
|
2295
2295
|
child_app.state.parent_app = app
|
|
2296
2296
|
child_app.state.app_slug = slug
|
|
2297
|
+
# Required for get_scoped_db and other dependencies
|
|
2298
|
+
child_app.state.engine = engine
|
|
2297
2299
|
child_app.state.app_base_path = path_prefix
|
|
2298
2300
|
child_app.state.app_auth_hub_url = auth_hub_url
|
|
2299
2301
|
child_app.state.app_manifest = app_manifest_data
|
|
@@ -46,7 +46,7 @@ mdb_engine/core/app_registration.py,sha256=7szt2a7aBkpSppjmhdkkPPYMKGKo0MkLKZeEe
|
|
|
46
46
|
mdb_engine/core/app_secrets.py,sha256=bo-syg9UUATibNyXEZs-0TTYWG-JaY-2S0yNSGA12n0,10524
|
|
47
47
|
mdb_engine/core/connection.py,sha256=XnwuPG34pJ7kJGJ84T0mhj1UZ6_CLz_9qZf6NRYGIS8,8346
|
|
48
48
|
mdb_engine/core/encryption.py,sha256=RZ5LPF5g28E3ZBn6v1IMw_oas7u9YGFtBcEj8lTi9LM,7515
|
|
49
|
-
mdb_engine/core/engine.py,sha256=
|
|
49
|
+
mdb_engine/core/engine.py,sha256=CAhewr0DWaakRKf8-NSSni_pWU3AFdIVLNBTgzGR4IQ,133549
|
|
50
50
|
mdb_engine/core/index_management.py,sha256=9-r7MIy3JnjQ35sGqsbj8K_I07vAUWtAVgSWC99lJcE,5555
|
|
51
51
|
mdb_engine/core/manifest.py,sha256=jguhjVPAHMZGxOJcdSGouv9_XiKmxUjDmyjn2yXHCj4,139205
|
|
52
52
|
mdb_engine/core/ray_integration.py,sha256=vexYOzztscvRYje1xTNmXJbi99oJxCaVJAwKfTNTF_E,13610
|
|
@@ -89,9 +89,9 @@ mdb_engine/routing/__init__.py,sha256=reupjHi_RTc2ZBA4AH5XzobAmqy4EQIsfSUcTkFknU
|
|
|
89
89
|
mdb_engine/routing/websockets.py,sha256=3X4OjQv_Nln4UmeifJky0gFhMG8A6alR77I8g1iIOLY,29311
|
|
90
90
|
mdb_engine/utils/__init__.py,sha256=lDxQSGqkV4fVw5TWIk6FA6_eey_ZnEtMY0fir3cpAe8,236
|
|
91
91
|
mdb_engine/utils/mongo.py,sha256=Oqtv4tQdpiiZzrilGLEYQPo8Vmh8WsTQypxQs8Of53s,3369
|
|
92
|
-
mdb_engine-0.4.
|
|
93
|
-
mdb_engine-0.4.
|
|
94
|
-
mdb_engine-0.4.
|
|
95
|
-
mdb_engine-0.4.
|
|
96
|
-
mdb_engine-0.4.
|
|
97
|
-
mdb_engine-0.4.
|
|
92
|
+
mdb_engine-0.4.4.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
93
|
+
mdb_engine-0.4.4.dist-info/METADATA,sha256=-VlUy-pbstZzXVVyb3oaKJAecjYQ_rMMN_iH_Npji7s,15810
|
|
94
|
+
mdb_engine-0.4.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
95
|
+
mdb_engine-0.4.4.dist-info/entry_points.txt,sha256=INCbYdFbBzJalwPwxliEzLmPfR57IvQ7RAXG_pn8cL8,48
|
|
96
|
+
mdb_engine-0.4.4.dist-info/top_level.txt,sha256=PH0UEBwTtgkm2vWvC9He_EOMn7hVn_Wg_Jyc0SmeO8k,11
|
|
97
|
+
mdb_engine-0.4.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|