Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pylxd @ git+https://github.com/canonical/pylxd
requests
typing-extensions
cryptography==45.0.5
pydantic ==1.10.22
pydantic ==2.11.7
cosl ==1.0.0
PyYAML ==6.0.*
pyOpenSSL==25.1.0
2 changes: 1 addition & 1 deletion github-runner-manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jinja2
kombu==5.5.3
openstacksdk==4.5.0
prometheus-client==0.22.1
pydantic < 2
pydantic <3
pymongo==4.13.0
2 changes: 1 addition & 1 deletion jobmanager/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.8"

urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = "^1.10.5, <2"
pydantic = "<3"
aenum = ">=3.1.11"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion jobmanager/client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3, < 3.0.0
pydantic >= 1.10.5, < 2
pydantic >=2.11.7, <3
aenum >= 3.1.11
2 changes: 1 addition & 1 deletion jobmanager/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
REQUIRES = [
"urllib3 >= 1.25.3, < 3.0.0",
"python-dateutil",
"pydantic >= 1.10.5, < 2",
"pydantic >=2.11.7, <3",
"aenum"
]

Expand Down
Loading