We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28b49 commit 8673c86Copy full SHA for 8673c86
2 files changed
pyproject.toml
@@ -6,13 +6,12 @@ authors = ["Epsilla <info@epsilla.com>"]
6
readme = "README.md"
7
8
[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"
+python = ">=3.8"
+posthog = ">=3.2.0"
+py-machineid = ">=0.5.0"
+sentry-sdk = ">=2.2.0"
+requests = ">=2.22.0"
+pydantic = ">=2.6.0"
16
17
18
[build-system]
setup.py
@@ -5,8 +5,8 @@
5
from setuptools import find_packages, setup
-if sys.version_info < (3, 10):
- print("Suggest to use Python >= 3.10")
+if sys.version_info < (3, 8):
+ print("Suggest to use Python >= 3.8")
setup(
0 commit comments