Skip to content

Commit b593523

Browse files
committed
Fix up requirements to pre pydantic2.0
1 parent e982a67 commit b593523

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

python/requirements.txt

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
1-
aiohttp==3.10.11
2-
aiosignal==1.2.0
3-
anyio==3.6.1
4-
async-timeout==4.0.2
5-
attrs==22.1.0
6-
certifi==2024.7.4
7-
charset-normalizer==2.1.1
8-
click==8.1.3
1+
aiohappyeyeballs==2.4.4
2+
aiohttp==3.11.12
3+
aiosignal==1.3.2
4+
annotated-types==0.7.0
5+
anyio==4.8.0
6+
async-timeout==5.0.1
7+
attrs==25.1.0
8+
certifi==2025.1.31
9+
charset-normalizer==3.4.1
10+
click==8.1.8
911
configomatic @ git+https://github.com/stackhpc/configomatic.git@3a7e88693e8f44530ac4f1f5ee3d64977cf3784d
1012
easykube @ git+https://github.com/stackhpc/easykube.git@f8212a0b412b1eb2d7d015508b0ee49b6c2a5eb2
11-
frozenlist==1.3.1
12-
h11==0.12.0
13-
httpcore==0.15.0
14-
httpx==0.23.0
13+
frozenlist==1.5.0
14+
h11==0.14.0
15+
httpcore==1.0.7
16+
httpx==0.28.1
1517
idna==3.10
16-
iso8601==1.0.2
18+
iso8601==2.1.0
1719
Jinja2==3.1.5
18-
kopf==1.35.6
20+
kopf==1.37.4
1921
kube-custom-resource @ git+https://github.com/stackhpc/kube-custom-resource.git@851b1bf25fecdbc180e73494eb77c7899274ee15
20-
MarkupSafe==2.1.1
21-
multidict==6.0.2
22-
pydantic==1.10.13
23-
python-json-logger==2.0.4
24-
PyYAML==6.0
25-
rfc3986==1.5.0
26-
sniffio==1.3.0
27-
typing-extensions==4.3.0
28-
yarl==1.8.1
22+
MarkupSafe==3.0.2
23+
multidict==6.1.0
24+
propcache==0.2.1
25+
pydantic==1.10.21
26+
pydantic_core==2.27.2
27+
python-json-logger==3.2.1
28+
PyYAML==6.0.2
29+
rfc3986==2.0.0
30+
sniffio==1.3.1
31+
typing_extensions==4.12.2
32+
yarl==1.18.3

0 commit comments

Comments
 (0)