Skip to content

Commit 1c96e0c

Browse files
chore: update dependency constraints to match uv.lock versions
1 parent 13ec11a commit 1c96e0c

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

pyproject.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.1.0" # This vesrion set on publish flow!
1010
requires-python = ">=3.14,<4"
1111
dependencies = [
1212
"pydantic>=2.12.5",
13-
"pydantic-settings>=2.12.0",
13+
"pydantic-settings>=2.13.1",
1414
"requests>=2.32.5",
1515
"jdatetime>=5.2.0",
1616
]
@@ -20,31 +20,31 @@ license = { file = "LICENSE" }
2020
# Core optional dependencies
2121
aiosqlite = ["aiosqlite>=0.22.1"]
2222
behave = ["behave>=1.3.3"]
23-
cache = ["cachetools>=7.0.1", "async-lru>=2.1.0"]
23+
cache = ["cachetools>=7.0.1", "async-lru>=2.2.0"]
2424
dependency-injection = ["dependency-injector>=4.48.3"]
2525
elastic-apm = ["elastic-apm>=6.25.0"]
2626
elasticsearch = ["elasticsearch>=9.3.0"]
2727
elasticsearch-async = ["elasticsearch[async]>=9.3.0"]
28-
fakeredis = ["fakeredis>=2.33.0"]
29-
fastapi = ["fastapi[all]>=0.129.0"]
30-
grpc = ["grpcio>=1.78.0", "grpcio-health-checking>=1.78.0", "protobuf>=6.33.5"]
28+
fakeredis = ["fakeredis>=2.34.0"]
29+
fastapi = ["fastapi[all]>=0.129.1"]
30+
grpc = ["grpcio>=1.78.1", "grpcio-health-checking>=1.78.1", "protobuf>=6.33.5"]
3131
jwt = ["pyjwt>=2.11.0"]
3232
kafka = ["confluent-kafka>=2.13.0"]
3333
kavenegar = ["kavenegar>=1.1.2"]
34-
keycloak = ["python-keycloak>=7.1.1", "cachetools>=7.0.1", "async-lru>=2.1.0"]
35-
minio = ["minio>=7.2.20", "cachetools>=7.0.1", "async-lru>=2.1.0"]
34+
keycloak = ["python-keycloak>=7.1.1", "cachetools>=7.0.1", "async-lru>=2.2.0"]
35+
minio = ["minio>=7.2.20", "cachetools>=7.0.1", "async-lru>=2.2.0"]
3636
parsian-ipg = ["zeep>=4.3.2", "requests[socks]>=2.32.5"]
37-
postgres = ["psycopg[binary,pool]>=3.3.2"]
37+
postgres = ["psycopg[binary,pool]>=3.3.3"]
3838
prometheus = ["prometheus-client>=0.24.1"]
39-
redis = ["redis[hiredis]>=7.1.1"]
39+
redis = ["redis[hiredis]>=7.2.0"]
4040
scheduler = ["apscheduler>=3.11.2"]
41-
scylladb = ["scylla-driver>=3.29.8", "lz4>=4.4.5", "cachetools>=7.0.1", "async-lru>=2.1.0"]
42-
sentry = ["sentry-sdk>=2.52.0"]
41+
scylladb = ["scylla-driver>=3.29.8", "lz4>=4.4.5", "cachetools>=7.0.1", "async-lru>=2.2.0"]
42+
sentry = ["sentry-sdk>=2.53.0"]
4343
sqlalchemy = ["sqlalchemy>=2.0.46"]
4444
sqlalchemy-async = ["sqlalchemy[asyncio]>=2.0.46"]
4545
starrocks = ["starrocks>=1.3.3", "pymysql>=1.1.2"]
4646
starrocks-async = ["starrocks>=1.3.3", "aiomysql>=0.3.2", "asyncmy>=0.2.11"]
47-
temporalio = ["temporalio>=1.22.0"]
47+
temporalio = ["temporalio>=1.23.0"]
4848
testcontainers = ["testcontainers>=4.14.1"]
4949

5050
[tool.pytest.ini_options]
@@ -68,26 +68,26 @@ dev = [
6868
"add-trailing-comma>=4.0.0",
6969
"bandit>=1.9.3",
7070
"codespell>=2.4.1",
71-
"ty>=0.0.17",
71+
"ty>=0.0.18",
7272
"pre-commit-hooks>=6.0.0",
7373
"pre-commit>=4.5.1",
74-
"ruff>=0.15.1",
74+
"ruff>=0.15.2",
7575
"types-cachetools>=6.2.0.20251022",
7676
"types-grpcio>=1.0.0.20251009",
77-
"types-protobuf>=6.32.1.20251210",
77+
"types-protobuf>=6.32.1.20260221",
7878
"types-pymysql>=1.1.0.20251220",
79-
"types-regex>=2026.1.15.20260116",
79+
"types-regex>=2026.2.19.20260221",
8080
"types-requests>=2.32.4.20260107",
8181
"validate-pyproject>=0.25",
8282
]
8383

8484
docs = [
85-
"mkdocs-autorefs>=1.4.3",
86-
"mkdocs-material>=9.7.1",
85+
"mkdocs-autorefs>=1.4.4",
86+
"mkdocs-material>=9.7.2",
8787
"mkdocs>=1.6.1",
88-
"mkdocstrings-python>=2.0.1",
88+
"mkdocstrings-python>=2.0.3",
8989
"mkdocstrings>=1.0.3",
90-
"pymdown-extensions>=10.20.1",
90+
"pymdown-extensions>=10.21",
9191
]
9292

9393

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)