Skip to content

Commit f7545d8

Browse files
authored
Merge branch 'main' into openai/context_detach
2 parents e1120d9 + f03ddc2 commit f7545d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ dependencies = [
1414
"types-protobuf>=3.20",
1515
"typing-extensions>=4.2.0,<5",
1616
]
17+
classifiers = [
18+
"License :: OSI Approved :: MIT License",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
24+
]
1725

1826
[project.optional-dependencies]
1927
grpc = ["grpcio>=1.48.2,<2"]

0 commit comments

Comments
 (0)