arcane-flask 2.0.3__tar.gz → 2.0.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arcane-flask
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Utility functions for flask apps.
5
5
  Author: Arcane
6
6
  Author-email: product@wearcane.com
@@ -4,8 +4,6 @@ import uuid
4
4
  import json
5
5
  from typing import Optional, Dict
6
6
 
7
- from google.cloud.datastore.query import PropertyFilter
8
-
9
7
  from .log import adscale_log
10
8
  from .services import ServiceEnum
11
9
  from arcane.datastore import Client as DatastoreClient
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "arcane-flask"
3
3
 
4
- version = "2.0.3"
4
+ version = "2.0.4"
5
5
 
6
6
 
7
7
  description = "Utility functions for flask apps."
File without changes