nkia-ai-dependency 1.0.5__tar.gz → 1.0.6__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.4
2
2
  Name: nkia-ai-dependency
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: NKIA AI Shared Dependency
5
5
  Author: hjyang
6
6
  Author-email: hjyang@nkia.co.kr
@@ -18,12 +18,12 @@ Provides-Extra: metricanomaly
18
18
  Provides-Extra: processrca
19
19
  Provides-Extra: staticthreshold
20
20
  Provides-Extra: threcommender
21
- Requires-Dist: aiohttp (==3.9.3) ; extra == "deploy" or extra == "all"
21
+ Requires-Dist: aiohttp (>=3.9.3,<4.0.0) ; extra == "deploy" or extra == "all"
22
22
  Requires-Dist: cassandra-driver (==3.29.0) ; extra == "deploy" or extra == "all"
23
23
  Requires-Dist: datefinder (==0.7.3) ; extra == "loganomaly" or extra == "all"
24
24
  Requires-Dist: elasticsearch (==7.15.1) ; extra == "deploy" or extra == "loganomaly" or extra == "all"
25
- Requires-Dist: fastapi (==0.109.2) ; extra == "deploy" or extra == "all"
26
- Requires-Dist: gunicorn (==21.2.0) ; extra == "deploy" or extra == "all"
25
+ Requires-Dist: fastapi (>=0.109.2,<1.0.0) ; extra == "deploy" or extra == "all"
26
+ Requires-Dist: gunicorn (>=21.2.0,<23.0.0) ; extra == "deploy" or extra == "all"
27
27
  Requires-Dist: httpx (==0.25.2) ; extra == "deploy" or extra == "all"
28
28
  Requires-Dist: more-itertools (==10.2.0) ; extra == "metricanomaly" or extra == "threcommender" or extra == "staticthreshold" or extra == "loganomaly" or extra == "all"
29
29
  Requires-Dist: networkx (==3.1) ; extra == "processrca" or extra == "all"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nkia-ai-dependency"
3
- version = "1.0.5"
3
+ version = "1.0.6"
4
4
  description = "NKIA AI Shared Dependency"
5
5
  authors = ["hjyang <hjyang@nkia.co.kr>"]
6
6
 
@@ -17,13 +17,13 @@ pytz = {version = "2024.1", optional = true}
17
17
  pytest = {version = "8.3.2", optional = true}
18
18
  networkx = {version = "3.1", optional = true}
19
19
  seaborn = {version = "0.13.2", optional = true}
20
- fastapi = {version = "0.109.2", optional = true}
21
- gunicorn = {version = "21.2.0", optional = true}
20
+ fastapi = {version = ">=0.109.2,<1.0.0", optional = true}
21
+ gunicorn = {version = ">=21.2.0,<23.0.0", optional = true}
22
22
  uvicorn = {version = "0.27.1", optional = true}
23
23
  httpx = {version = "0.25.2", optional = true}
24
24
  python-dotenv = {version = "1.0.1", optional = true}
25
25
  pydantic = {version = "2.11.4", optional = true}
26
- aiohttp = {version = "3.9.3", optional = true}
26
+ aiohttp = {version = ">=3.9.3,<4.0.0", optional = true}
27
27
  redis = {version = "3.5.3", optional = true}
28
28
  redis-py-cluster = {version = "2.1.3", optional = true}
29
29
  cassandra-driver = {version = "3.29.0", optional = true}