We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062612b commit 8a4ee99Copy full SHA for 8a4ee99
2 files changed
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"structlog==25.5.0",
23
"colorama==0.4.6",
24
"click==8.3.2",
25
- "pydantic-settings==2.13.1",
+ "pydantic-settings==2.14.0",
26
"python-statemachine==3.0.0",
27
"sqlalchemy==2.0.49",
28
"apscheduler==3.11.2",
@@ -38,7 +38,7 @@ dependencies = [
38
"paramiko==4.0.0",
39
"pytz==2026.1.post1",
40
"grpcio-tools==1.80.0",
41
- "psycopg2-binary==2.9.11",
+ "psycopg2-binary==2.9.12",
42
]
43
requires-python = ">=3.12,<3.15"
44
authors = [
0 commit comments