arcane-flask 2.0.0__tar.gz → 2.0.2__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,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: arcane-flask
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Utility functions for flask apps.
5
5
  Author: Arcane
6
- Author-email: product@arcane.run
6
+ Author-email: product@wearcane.com
7
7
  Requires-Python: >=3.8,<4.0
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.8
@@ -11,12 +11,13 @@ Classifier: Programming Language :: Python :: 3.9
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
14
15
  Requires-Dist: arcane-core (>=1.6.0,<2.0.0)
15
16
  Requires-Dist: arcane-datastore (>=1.1.0,<2.0.0)
16
17
  Requires-Dist: arcane-pubsub (>=1.1.0,<2.0.0)
17
- Requires-Dist: backoff (>=1.10.0,<2.0.0)
18
+ Requires-Dist: backoff (>=1.10.0)
18
19
  Requires-Dist: firebase_admin (==5.2.0)
19
- Requires-Dist: flask (>=2.3.0,<3.0.0)
20
+ Requires-Dist: flask (>=2.2.0,<3.0.0)
20
21
  Requires-Dist: flask_log_request_id (>=0.10.1,<0.11.0)
21
22
  Requires-Dist: pydash (>=8.0.3,<9.0.0)
22
23
  Requires-Dist: pytz (>=2024.2,<2025.0)
@@ -1,12 +1,12 @@
1
1
  [tool.poetry]
2
2
  name = "arcane-flask"
3
3
 
4
- version = "2.0.0"
4
+ version = "2.0.2"
5
5
 
6
6
 
7
7
  description = "Utility functions for flask apps."
8
8
  readme = "README.md"
9
- authors = ["Arcane <product@arcane.run>"]
9
+ authors = ["Arcane <product@wearcane.com>"]
10
10
  packages = [
11
11
  { include = "arcane" }
12
12
  ]
@@ -14,16 +14,16 @@ packages = [
14
14
  [tool.poetry.dependencies]
15
15
  python = "^3.8"
16
16
  arcane-core = "^1.6.0"
17
- flask = "^2.3.0"
17
+ flask = "^2.2.0"
18
18
  flask_log_request_id = "^0.10.1"
19
19
  firebase_admin = "5.2.0"
20
20
  arcane-datastore = "^1.1.0"
21
21
  arcane-pubsub = "^1.1.0"
22
22
  pydash = "^8.0.3"
23
- backoff = "^1.10.0"
23
+ backoff = ">=1.10.0"
24
24
  pytz = "^2024.2"
25
25
 
26
- [tool.poetry.dev-dependencies]
26
+ [tool.poetry.group.dev.dependencies]
27
27
 
28
28
  [build-system]
29
29
  requires = ["poetry>=0.12"]
File without changes