@@ -20,26 +20,26 @@ license = { file = "LICENSE" }
2020# Core optional dependencies
2121aiosqlite = [" aiosqlite>=0.22.1" ]
2222behave = [" behave>=1.3.3" ]
23- cache = [" cachetools>=6.2.4 " , " async-lru>=2.1.0" ]
23+ cache = [" cachetools>=6.2.6 " , " async-lru>=2.1.0" ]
2424dependency-injection = [" dependency-injector>=4.48.3" ]
2525elastic-apm = [" elastic-apm>=6.25.0" ]
2626elasticsearch = [" elasticsearch>=9.2.1" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.2.1" ]
2828fakeredis = [" fakeredis>=2.33.0" ]
2929fastapi = [" fastapi[all]>=0.128.0" ]
30- grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.4 " ]
31- jwt = [" pyjwt>=2.10.1 " ]
30+ grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.5 " ]
31+ jwt = [" pyjwt>=2.11.0 " ]
3232kafka = [" confluent-kafka>=2.13.0" ]
3333kavenegar = [" kavenegar>=1.1.2" ]
34- keycloak = [" python-keycloak>=7.0.2 " , " cachetools>=6.2.4 " , " async-lru>=2.1.0" ]
35- minio = [" minio>=7.2.20" , " cachetools>=6.2.4 " , " async-lru>=2.1.0" ]
34+ keycloak = [" python-keycloak>=7.0.3 " , " cachetools>=6.2.6 " , " async-lru>=2.1.0" ]
35+ minio = [" minio>=7.2.20" , " cachetools>=6.2.6 " , " async-lru>=2.1.0" ]
3636parsian-ipg = [" zeep>=4.3.2" , " requests[socks]>=2.32.5" ]
3737postgres = [" psycopg[binary,pool]>=3.3.2" ]
3838prometheus = [" prometheus-client>=0.24.1" ]
3939redis = [" redis[hiredis]>=7.1.0" ]
4040scheduler = [" apscheduler>=3.11.2" ]
41- scylladb = [" scylla-driver>=3.29.7" , " lz4>=4.4.5" , " cachetools>=6.2.4 " , " async-lru>=2.1.0" ]
42- sentry = [" sentry-sdk>=2.50 .0" ]
41+ scylladb = [" scylla-driver>=3.29.7" , " lz4>=4.4.5" , " cachetools>=6.2.6 " , " async-lru>=2.1.0" ]
42+ sentry = [" sentry-sdk>=2.51 .0" ]
4343sqlalchemy = [" sqlalchemy>=2.0.46" ]
4444sqlalchemy-async = [" sqlalchemy[asyncio]>=2.0.46" ]
4545starrocks = [" starrocks>=1.3.3" , " pymysql>=1.1.2" ]
@@ -68,7 +68,7 @@ dev = [
6868 " add-trailing-comma>=4.0.0" ,
6969 " bandit>=1.9.3" ,
7070 " codespell>=2.4.1" ,
71- " ty>=0.0.13 " ,
71+ " ty>=0.0.14 " ,
7272 " pre-commit-hooks>=6.0.0" ,
7373 " pre-commit>=4.5.1" ,
7474 " ruff>=0.14.14" ,
@@ -86,7 +86,7 @@ docs = [
8686 " mkdocs-material>=9.7.1" ,
8787 " mkdocs>=1.6.1" ,
8888 " mkdocstrings-python>=2.0.1" ,
89- " mkdocstrings>=1.0.1 " ,
89+ " mkdocstrings>=1.0.2 " ,
9090 " pymdown-extensions>=10.20.1" ,
9191]
9292
0 commit comments