bump: python ver
fix: race condition in SecureMemory global vs. client instance - no more global state mutation
This commit is contained in:
parent
0746b50ee9
commit
1f0890300d
4 changed files with 13 additions and 20 deletions
|
|
@ -17,8 +17,6 @@ classifiers = [
|
|||
"Intended Audience :: Information Technology",
|
||||
"License :: OSI Approved :: Apache Software 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",
|
||||
|
|
@ -27,7 +25,7 @@ classifiers = [
|
|||
"Topic :: Communications :: Chat",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"anyio==4.12.0",
|
||||
"certifi==2025.11.12",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue