Skip to content

Commit 8673c86

Browse files
committed
update
1 parent 1f28b49 commit 8673c86

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ authors = ["Epsilla <info@epsilla.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.10"
10-
boto3 = ">=1.35.78"
11-
posthog = ">=3.7.4"
12-
py-machineid = ">=0.6.0"
13-
sentry-sdk = ">=2.19.2"
14-
requests = ">=2.32.3"
15-
pydantic = ">=2.10.3"
9+
python = ">=3.8"
10+
posthog = ">=3.2.0"
11+
py-machineid = ">=0.5.0"
12+
sentry-sdk = ">=2.2.0"
13+
requests = ">=2.22.0"
14+
pydantic = ">=2.6.0"
1615

1716

1817
[build-system]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
from setuptools import find_packages, setup
77

8-
if sys.version_info < (3, 10):
9-
print("Suggest to use Python >= 3.10")
8+
if sys.version_info < (3, 8):
9+
print("Suggest to use Python >= 3.8")
1010

1111

1212
setup(

0 commit comments

Comments
 (0)