Skip to content

Commit 3cc1845

Browse files
committed
poetry update
1 parent 5901222 commit 3cc1845

File tree

6 files changed

+330
-615
lines changed

6 files changed

+330
-615
lines changed

poetry.lock

+326-298
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[tool.poetry]
22
name = "salinic"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Search abstraction layer"
55
authors = ["Eugen Ciur <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.11, <4.0"
10-
pydantic = "^2.8"
9+
python = "^3.13"
10+
pydantic = "^2.10"
1111
requests = "^2.31.0"
1212
xapianpy = {version = "1.4.22.post2406040406", optional = true}
13-
glom = "^23.5.0"
13+
glom = "^24.11"
1414

1515
[tool.poetry.extras]
1616
xapian = ["xapianpy"]

salinic/backends/xapian/__init__.py

Whitespace-only changes.

salinic/backends/xapian/client.py

-59
This file was deleted.

salinic/backends/xapian/index.py

-232
This file was deleted.

salinic/backends/xapian/schema_manager.py

-22
This file was deleted.

0 commit comments

Comments
 (0)