Skip to content

Commit bc9f1a1

Browse files
committed
Remove Python 3.8 support, add filelock as dep
- Needs Python 3.9 due to numpy, other deps anyway - Docker builder image already needs 3.9 - Add filelock as dep - Will use to ensure that the prompt file is not clobbered if multiple requests.
1 parent b4cf432 commit bc9f1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies = [
1515
"diskcache>=5.6.1",
1616
"jinja2>=2.11.3",
1717
"PyTrie>=0.4.0",
18+
"filelock>=3.18.0",
1819
]
19-
requires-python = ">=3.8"
20+
requires-python = ">=3.9"
2021
classifiers = [
2122
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)