@@ -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.2 " ,
12+ " pydantic>=2.12.3 " ,
1313 " pydantic-settings>=2.11.0" ,
1414 " requests>=2.32.5" ,
1515 " jdatetime>=5.2.0" ,
@@ -20,25 +20,25 @@ license = { file = "LICENSE" }
2020# Core optional dependencies
2121aiosqlite = [" aiosqlite>=0.21.0" ]
2222behave = [" behave>=1.3.3" ]
23- cache = [" cachetools>=5.5.2 " , " async-lru>=2.0.5" ]
23+ cache = [" cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
2424dependency-injection = [" dependency-injector>=4.48.2" ]
2525elastic-apm = [" elastic-apm>=6.24.0" ]
2626elasticsearch = [" elasticsearch>=9.1.1" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.1.1" ]
2828fakeredis = [" fakeredis>=2.32.0" ]
2929fastapi = [" fastapi[all]>=0.119.0" ]
30- grpc = [" grpcio>=1.75.1" , " grpcio-health-checking>=1.75.1" , " protobuf>=6.32.1 " ]
30+ grpc = [" grpcio>=1.75.1" , " grpcio-health-checking>=1.75.1" , " protobuf>=6.33.0 " ]
3131jwt = [" pyjwt>=2.10.1" ]
3232kafka = [" confluent-kafka>=2.12.0" ]
3333kavenegar = [" kavenegar>=1.1.2" ]
34- keycloak = [" python-keycloak>=5.8.1" , " cachetools>=5.5.2 " , " async-lru>=2.0.5" ]
35- minio = [" minio>=7.2.18" , " cachetools>=5.5.2 " , " async-lru>=2.0.5" ]
34+ keycloak = [" python-keycloak>=5.8.1" , " cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
35+ minio = [" minio>=7.2.18" , " cachetools>=6.2.1 " , " async-lru>=2.0.5" ]
3636parsian-ipg = [" zeep>=4.3.2" , " requests[socks]>=2.32.5" ]
37- postgres = [" psycopg[binary,pool]>=3.2.10 " ]
37+ postgres = [" psycopg[binary,pool]>=3.2.11 " ]
3838prometheus = [" prometheus-client>=0.23.1" ]
3939redis = [" redis[hiredis]>=6.4.0" ]
4040scheduler = [" apscheduler>=3.11.0" ]
41- sentry = [" sentry-sdk>=2.40 .0" ]
41+ sentry = [" sentry-sdk>=2.42 .0" ]
4242sqlalchemy = [" sqlalchemy>=2.0.44" ]
4343starrocks = [" starrocks>=1.2.3" , " pymysql>=1.1.2" ]
4444starrocks-async = [" starrocks>=1.2.3" , " aiomysql>=0.2.0" ]
0 commit comments