@@ -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.11.10 " ,
12+ " pydantic>=2.12.0 " ,
1313 " pydantic-settings>=2.11.0" ,
1414 " requests>=2.32.5" ,
1515 " jdatetime>=5.2.0" ,
@@ -25,8 +25,8 @@ dependency-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" ]
28- fakeredis = [" fakeredis>=2.31.3 " ]
29- fastapi = [" fastapi[all]>=0.118.0 " ]
28+ fakeredis = [" fakeredis>=2.32.0 " ]
29+ fastapi = [" fastapi[all]>=0.118.1 " ]
3030grpc = [" grpcio>=1.75.1" , " grpcio-health-checking>=1.75.1" , " protobuf>=6.32.1" ]
3131jwt = [" pyjwt>=2.10.1" ]
3232kafka = [" confluent-kafka>=2.11.1" ]
@@ -43,7 +43,7 @@ sqlalchemy = ["sqlalchemy>=2.0.43"]
4343starrocks = [" starrocks>=1.2.3" , " pymysql>=1.1.2" ]
4444starrocks-async = [" starrocks>=1.2.3" , " aiomysql>=0.2.0" ]
4545temporalio = [" temporalio>=1.18.1" ]
46- testcontainers = [" testcontainers>=4.13.1 " ]
46+ testcontainers = [" testcontainers>=4.13.2 " ]
4747
4848[tool .pytest .ini_options ]
4949asyncio_mode = " auto"
@@ -70,7 +70,7 @@ dev = [
7070 " mypy>=1.18.2" ,
7171 " pre-commit-hooks>=6.0.0" ,
7272 " pre-commit>=4.3.0" ,
73- " ruff>=0.13.3 " ,
73+ " ruff>=0.14.0 " ,
7474 " types-cachetools>=6.2.0.20250827" ,
7575 " types-grpcio>=1.0.0.20251001" ,
7676 " types-protobuf>=6.32.1.20250918" ,
0 commit comments