aboutsummaryrefslogtreecommitdiff
path: root/packages/pipecat-sdk-python/pyproject.toml
diff options
context:
space:
mode:
authorPrasanna721 <[email protected]>2026-01-10 08:58:38 -0800
committerPrasanna721 <[email protected]>2026-01-10 08:58:38 -0800
commit3376e9d87fa3364a038055ef642dd852b61ad1ce (patch)
treeda3cfdd2f1fe2d0a6e6bbd9be7bfd360f9889d1d /packages/pipecat-sdk-python/pyproject.toml
parentupdate readme and agents.md (diff)
downloadsupermemory-pipecat-sdk.tar.xz
supermemory-pipecat-sdk.zip
py package updatepipecat-sdk
Diffstat (limited to 'packages/pipecat-sdk-python/pyproject.toml')
-rw-r--r--packages/pipecat-sdk-python/pyproject.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/pipecat-sdk-python/pyproject.toml b/packages/pipecat-sdk-python/pyproject.toml
index c8a76027..21ce0cdf 100644
--- a/packages/pipecat-sdk-python/pyproject.toml
+++ b/packages/pipecat-sdk-python/pyproject.toml
@@ -8,7 +8,7 @@ version = "0.1.0"
description = "Supermemory integration for Pipecat - memory-enhanced conversational AI pipelines"
readme = "README.md"
license = "MIT"
-requires-python = ">=3.8.1"
+requires-python = ">=3.10"
authors = [
{ name = "Supermemory", email = "[email protected]" }
]
@@ -25,8 +25,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.8",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@@ -66,14 +64,14 @@ include = [
[tool.black]
line-length = 100
-target-version = ["py38"]
+target-version = ["py310"]
[tool.isort]
profile = "black"
line_length = 100
[tool.mypy]
-python_version = "3.8"
+python_version = "3.10"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = true