aboutsummaryrefslogtreecommitdiff
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
parentupdate readme and agents.md (diff)
downloadsupermemory-pipecat-sdk.tar.xz
supermemory-pipecat-sdk.zip
py package updatepipecat-sdk
-rw-r--r--packages/pipecat-sdk-python/Agents.md2
-rw-r--r--packages/pipecat-sdk-python/pyproject.toml8
2 files changed, 4 insertions, 6 deletions
diff --git a/packages/pipecat-sdk-python/Agents.md b/packages/pipecat-sdk-python/Agents.md
index b43c3bb0..0d4f687c 100644
--- a/packages/pipecat-sdk-python/Agents.md
+++ b/packages/pipecat-sdk-python/Agents.md
@@ -4,7 +4,7 @@
This package adds persistent memory to Pipecat voice AI pipelines using Supermemory.
-**Tech Stack:** Python 3.10+, Pipecat, Supermemory SDK
+**Tech Stack:** Python >=3.10, Pipecat, Supermemory SDK
## Commands
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