@@ -9,7 +9,7 @@ readme = "README.md"
99version = " 0.1.0" # This vesrion set on publish flow!
1010requires-python = " >=3.13,<4"
1111dependencies = [
12- " pydantic>=2.12.4 " ,
12+ " pydantic>=2.12.5 " ,
1313 " pydantic-settings>=2.12.0" ,
1414 " requests>=2.32.5" ,
1515 " jdatetime>=5.2.0" ,
@@ -22,26 +22,26 @@ aiosqlite = ["aiosqlite>=0.21.0"]
2222behave = [" behave>=1.3.3" ]
2323cache = [" cachetools>=6.2.2" , " async-lru>=2.0.5" ]
2424dependency-injection = [" dependency-injector>=4.48.2" ]
25- elastic-apm = [" elastic-apm>=6.24.0 " ]
25+ elastic-apm = [" elastic-apm>=6.24.1 " ]
2626elasticsearch = [" elasticsearch>=9.2.0" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.2.0" ]
2828fakeredis = [" fakeredis>=2.32.1" ]
29- fastapi = [" fastapi[all]>=0.122.0 " ]
29+ fastapi = [" fastapi[all]>=0.123.3 " ]
3030grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.1" ]
3131jwt = [" pyjwt>=2.10.1" ]
3232kafka = [" confluent-kafka>=2.12.2" ]
3333kavenegar = [" kavenegar>=1.1.2" ]
3434keycloak = [" python-keycloak>=5.8.1" , " cachetools>=6.2.2" , " async-lru>=2.0.5" ]
35- minio = [" minio>=7.2.18 " , " cachetools>=6.2.2" , " async-lru>=2.0.5" ]
35+ minio = [" minio>=7.2.20 " , " cachetools>=6.2.2" , " async-lru>=2.0.5" ]
3636parsian-ipg = [" zeep>=4.3.2" , " requests[socks]>=2.32.5" ]
37- postgres = [" psycopg[binary,pool]>=3.2.13 " ]
37+ postgres = [" psycopg[binary,pool]>=3.3.0 " ]
3838prometheus = [" prometheus-client>=0.23.1" ]
3939redis = [" redis[hiredis]>=7.1.0" ]
4040scheduler = [" apscheduler>=3.11.1" ]
41- scylladb = [" scylla-driver>=3.29.6" , " lz4>=4.4.5" ]
41+ scylladb = [" scylla-driver>=3.29.6" , " lz4>=4.4.5" , " cachetools>=6.2.2 " , " async-lru>=2.0.5 " ]
4242sentry = [" sentry-sdk>=2.46.0" ]
4343sqlalchemy = [" sqlalchemy>=2.0.44" ]
44- starrocks = [" starrocks>=1.2.3 " , " pymysql>=1.1.2" ]
44+ starrocks = [" starrocks>=1.3.1 " , " pymysql>=1.1.2" ]
4545starrocks-async = [" starrocks>=1.2.3" , " aiomysql>=0.3.2" ]
4646temporalio = [" temporalio>=1.20.0" ]
4747testcontainers = [" testcontainers>=4.13.3" ]
@@ -68,9 +68,9 @@ dev = [
6868 " bandit>=1.9.2" ,
6969 " black>=25.11.0" ,
7070 " codespell>=2.4.1" ,
71- " mypy>=1.18.2 " ,
71+ " mypy>=1.19.0 " ,
7272 " pre-commit-hooks>=6.0.0" ,
73- " pre-commit>=4.4 .0" ,
73+ " pre-commit>=4.5 .0" ,
7474 " ruff>=0.14.7" ,
7575 " types-cachetools>=6.2.0.20251022" ,
7676 " types-grpcio>=1.0.0.20251009" ,
@@ -85,8 +85,8 @@ docs = [
8585 " mkdocs-autorefs>=1.4.3" ,
8686 " mkdocs-material>=9.7.0" ,
8787 " mkdocs>=1.6.1" ,
88- " mkdocstrings-python>=1.18.2 " ,
89- " mkdocstrings>=0.30.1 " ,
88+ " mkdocstrings-python>=2.0.0 " ,
89+ " mkdocstrings>=1.0.0 " ,
9090 " pymdown-extensions>=10.17.2" ,
9191]
9292
0 commit comments