@@ -25,13 +25,13 @@ dependency-injection = ["dependency-injector>=4.49.0"]
2525elastic-apm = [" elastic-apm>=6.26.1" ]
2626elasticsearch = [" elasticsearch>=9.4.1" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.4.1" ]
28- fakeredis = [" fakeredis>=2.36.1 " ]
29- fastapi = [" fastapi[all]>=0.137.1 " ]
28+ fakeredis = [" fakeredis>=2.36.2 " ]
29+ fastapi = [" fastapi[all]>=0.137.2 " ]
3030grpc = [" grpcio>=1.81.1" , " grpcio-health-checking>=1.81.1" , " protobuf>=6.33.6" ]
3131jwt = [" pyjwt>=2.13.0" ]
3232kafka = [" confluent-kafka>=2.14.2" ]
3333keycloak = [" python-keycloak>=7.1.1" , " cachetools>=7.1.4" , " async-lru>=2.3.0" ]
34- minio = [" boto3>=1.43.29 " , " cachetools>=7.1.4" , " async-lru>=2.3.0" ]
34+ minio = [" boto3>=1.43.32 " , " cachetools>=7.1.4" , " async-lru>=2.3.0" ]
3535parsian-ipg = [" zeep>=4.3.2" , " requests[socks]>=2.34.2" ]
3636parsian-ipg-async = [" zeep[async]>=4.3.2" , " httpx2[socks]>=2.4.0" ]
3737postgres = [" psycopg[binary,pool]>=3.3.4" ]
@@ -40,9 +40,9 @@ redis = ["redis[hiredis]>=8.0.0"]
4040saman-ipg = [" httpx2[socks]>=2.4.0" ]
4141scheduler = [" apscheduler>=3.11.2" ]
4242scylladb = [" scylla-driver>=3.29.11" , " lz4>=4.4.5" , " cachetools>=7.1.4" , " async-lru>=2.3.0" ]
43- sentry = [" sentry-sdk>=2.62 .0" ]
44- sqlalchemy = [" sqlalchemy>=2.0.50 " ]
45- sqlalchemy-async = [" sqlalchemy[asyncio]>=2.0.50 " ]
43+ sentry = [" sentry-sdk>=2.63 .0" ]
44+ sqlalchemy = [" sqlalchemy>=2.0.51 " ]
45+ sqlalchemy-async = [" sqlalchemy[asyncio]>=2.0.51 " ]
4646starrocks = [" starrocks>=1.3.3" , " pymysql>=1.2.0" ]
4747starrocks-async = [" starrocks>=1.3.3" , " aiomysql>=0.3.2" , " asyncmy2>=0.2.20" ]
4848temporalio = [" temporalio>=1.24.0" ]
@@ -56,14 +56,14 @@ build-backend = "hatchling.build"
5656dev = [
5757 " add-trailing-comma>=4.0.0" ,
5858 " bandit>=1.9.4" ,
59- " boto3-stubs>=1.43.14 " ,
59+ " boto3-stubs>=1.43.32 " ,
6060 " codespell>=2.4.2" ,
6161 " pre-commit-hooks>=6.0.0" ,
6262 " pre-commit>=4.6.0" ,
63- " ruff>=0.15.14 " ,
64- " ty>=0.0.39 " ,
63+ " ruff>=0.15.17 " ,
64+ " ty>=0.0.50 " ,
6565 " types-cachetools>=7.0.0.20260518" ,
66- " types-grpcio>=1.0.0.20260518 " ,
66+ " types-grpcio>=1.0.0.20260614 " ,
6767 " types-protobuf>=7.34.1.20260518" ,
6868 " types-pymysql>=1.1.0.20260518" ,
6969 " types-regex>=2026.5.9.20260518" ,
@@ -75,7 +75,7 @@ docs = [
7575 " mkdocs-autorefs>=1.4.4" ,
7676 " mkdocs-material>=9.7.6" ,
7777 " mkdocs>=1.6.1" ,
78- " mkdocstrings-python>=2.0.3 " ,
78+ " mkdocstrings-python>=2.0.4 " ,
7979 " mkdocstrings>=1.0.4" ,
8080 " pymdown-extensions>=10.21.3" ,
8181]
0 commit comments