Skip to content

Commit 4ba21f4

Browse files
fix(deps): update dependency pydantic to v2
1 parent b2250c7 commit 4ba21f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pylxd @ git+https://github.com/canonical/pylxd
66
requests
77
typing-extensions
88
cryptography==45.0.5
9-
pydantic ==1.10.22
9+
pydantic ==2.11.7
1010
cosl ==1.0.0
1111
PyYAML ==6.0.*
1212
pyOpenSSL==25.1.0

github-runner-manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jinja2
66
kombu==5.5.3
77
openstacksdk==4.5.0
88
prometheus-client==0.22.1
9-
pydantic < 2
9+
pydantic <3
1010
pymongo==4.13.0

jobmanager/client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = "^3.8"
1414

1515
urllib3 = ">= 1.25.3"
1616
python-dateutil = ">=2.8.2"
17-
pydantic = "^1.10.5, <2"
17+
pydantic = "<3"
1818
aenum = ">=3.1.11"
1919

2020
[tool.poetry.dev-dependencies]

jobmanager/client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
33
urllib3 >= 1.25.3, < 3.0.0
4-
pydantic >= 1.10.5, < 2
4+
pydantic >=2.11.7, <3
55
aenum >= 3.1.11

jobmanager/client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
REQUIRES = [
2727
"urllib3 >= 1.25.3, < 3.0.0",
2828
"python-dateutil",
29-
"pydantic >= 1.10.5, < 2",
29+
"pydantic >=2.11.7, <3",
3030
"aenum"
3131
]
3232

0 commit comments

Comments
 (0)