@@ -10,7 +10,7 @@ version = "0.1.0" # This vesrion set on publish flow!
1010requires-python = " >=3.13,<4"
1111dependencies = [
1212 " pydantic>=2.12.4" ,
13- " pydantic-settings>=2.11 .0" ,
13+ " pydantic-settings>=2.12 .0" ,
1414 " requests>=2.32.5" ,
1515 " jdatetime>=5.2.0" ,
1616]
@@ -26,15 +26,15 @@ elastic-apm = ["elastic-apm>=6.24.0"]
2626elasticsearch = [" elasticsearch>=9.2.0" ]
2727elasticsearch-async = [" elasticsearch[async]>=9.2.0" ]
2828fakeredis = [" fakeredis>=2.32.1" ]
29- fastapi = [" fastapi[all]>=0.120.2 " ]
29+ fastapi = [" fastapi[all]>=0.121.1 " ]
3030grpc = [" grpcio>=1.76.0" , " grpcio-health-checking>=1.76.0" , " protobuf>=6.33.0" ]
3131jwt = [" pyjwt>=2.10.1" ]
32- kafka = [" confluent-kafka>=2.12.1 " ]
32+ kafka = [" confluent-kafka>=2.12.2 " ]
3333kavenegar = [" kavenegar>=1.1.2" ]
3434keycloak = [" python-keycloak>=5.8.1" , " cachetools>=6.2.1" , " async-lru>=2.0.5" ]
3535minio = [" 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.11 " ]
37+ postgres = [" psycopg[binary,pool]>=3.2.12 " ]
3838prometheus = [" prometheus-client>=0.23.1" ]
3939redis = [" redis[hiredis]>=7.0.1" ]
4040scheduler = [" apscheduler>=3.11.1" ]
@@ -65,12 +65,12 @@ build-backend = "hatchling.build"
6565dev = [
6666 " add-trailing-comma>=4.0.0" ,
6767 " bandit>=1.8.6" ,
68- " black>=25.9 .0" ,
68+ " black>=25.11 .0" ,
6969 " codespell>=2.4.1" ,
7070 " mypy>=1.18.2" ,
7171 " pre-commit-hooks>=6.0.0" ,
72- " pre-commit>=4.3 .0" ,
73- " ruff>=0.14.3 " ,
72+ " pre-commit>=4.4 .0" ,
73+ " ruff>=0.14.4 " ,
7474 " types-cachetools>=6.2.0.20251022" ,
7575 " types-grpcio>=1.0.0.20251009" ,
7676 " types-protobuf>=6.32.1.20251105" ,
0 commit comments