We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d331cf2 commit 2121d4eCopy full SHA for 2121d4e
pyproject.toml
@@ -7,6 +7,7 @@ requires = [
7
8
[project]
9
name = "pysolr"
10
+version = "3.11.0"
11
description = "Lightweight Python client for Apache Solr"
12
readme = "README.rst"
13
license = { text = "BSD" }
@@ -26,7 +27,6 @@ classifiers = [
26
27
"Programming Language :: Python :: 3.14",
28
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
29
]
-dynamic = [ "version" ]
30
31
dependencies = [ "requests>=2.32.5", "setuptools" ]
32
optional-dependencies.solrcloud = [ "kazoo>=2.5" ]
0 commit comments