Skip to content

Commit 1e4e9c5

Browse files
committed
support python 3.8
1 parent cf4b2b3 commit 1e4e9c5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

requirements.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in --constraints requirements.txt
2+
# uv pip compile requirements.in --constraints requirements.txt --python-version 3.8
33
annotated-types==0.7.0
44
# via
55
# -r requirements.in
66
# pydantic
77
iregexp-check==0.1.4
88
# via jsonpath-rfc9535
9-
jsonpath-rfc9535==0.1.5
9+
jsonpath-rfc9535==0.1.6
1010
# via -r requirements.in
11-
pydantic==2.11.7
11+
pydantic==2.10.6
1212
# via
1313
# -r requirements.in
1414
# pydantic-collections
1515
pydantic-collections==0.6.0
1616
# via -r requirements.in
17-
pydantic-core==2.33.2
17+
pydantic-core==2.27.2
1818
# via pydantic
19-
regex==2025.7.34
19+
regex==2024.11.6
2020
# via jsonpath-rfc9535
2121
semver==3.0.4
2222
# via -r requirements.in
23-
typing-extensions==4.14.1
23+
typing-extensions==4.13.2
2424
# via
2525
# -r requirements.in
26+
# annotated-types
2627
# pydantic
2728
# pydantic-collections
2829
# pydantic-core
29-
# typing-inspection
30-
typing-inspection==0.4.1
31-
# via pydantic

0 commit comments

Comments
 (0)