@@ -23,42 +23,41 @@ package-mode = false
2323
2424[tool .poetry .dependencies ]
2525python = " >=3.12,<3.13"
26- sqlalchemy = " ^2.0.46 "
27- numpy = " ^2.4.2 "
28- requests = " ^2.33.0 "
29- wikipedia-api = " ^0.9 .0"
26+ sqlalchemy = " ^2.0.50 "
27+ numpy = " ^2.4.6 "
28+ requests = " ^2.34.2 "
29+ wikipedia-api = " ^0.15 .0"
3030sentence-transformers = " ^5.2.2"
3131spacy = " ^3.8.11"
3232refinedoc = " ^1.0.0"
33- qdrant-client = " 1.16.2 "
33+ qdrant-client = " 1.18.0 "
3434python-dotenv = " ^1.2.2"
3535beautifulsoup4 = " ^4.14.3"
3636pyphen = " ^0.17.2"
37- ijson = " ^3.4.0"
3837keybert = " ^0.9.0"
39- torch = {version =" ^2.10 .0+cpu" , source = " pytorch_cpu" }
40- torchvision = {version =" ^0.25 .0+cpu" , source = " pytorch_cpu" }
38+ torch = {version =" ^2.12 .0+cpu" , source = " pytorch_cpu" }
39+ torchvision = {version =" ^0.27 .0+cpu" , source = " pytorch_cpu" }
4140xx_sent_ud_sm = {url = " https://github.com/explosion/spacy-models/releases/download/xx_sent_ud_sm-3.8.0/xx_sent_ud_sm-3.8.0-py3-none-any.whl" }
4241
43- lingua-language-detector = " ^2.1.1 "
44- psycopg2-binary = " ^2.9.10 "
42+ lingua-language-detector = " ^2.2.0 "
43+ psycopg2-binary = " ^2.9.12 "
4544brotli = " ^1.2.0"
4645scikit-learn = " ~=1.7.0"
4746optimum = {extras = [" onnxruntime" ], version = " ^2.1.0" }
4847azure-storage-blob = " ^12.28.0"
4948welearn-database = " ^1.4.4"
5049pydantic = " ^2.12.5"
50+ pydantic = " ^2.13.4"
5151
5252[tool .poetry .group .metrics .dependencies ]
53- alembic = " ^1.18.3"
5453locust = " ^2.43.2"
5554
5655
5756[tool .poetry .group .dev .dependencies ]
58- mypy = " ^1.19.1 "
59- bandit = " ^1.9.3 "
60- isort = " ^7 .0.0 "
61- black = " ^26.3 .1"
57+ mypy = " ^2.1.0 "
58+ bandit = " ^1.9.4 "
59+ isort = " ^8 .0.1 "
60+ black = " ^26.5 .1"
6261
6362[build-system ]
6463requires = [" poetry-core" ]
0 commit comments