File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1919 - " 3.10"
2020 - " 3.11"
2121 - " 3.12"
22+ - " 3.13"
2223 steps :
2324 - name : Checkout code
2425 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3.10" ,
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
21-
21+ " Programming Language :: Python :: 3.13 " ,
2222 " Programming Language :: Python :: 3" ,
2323 " Operating System :: OS Independent" ,
2424]
Original file line number Diff line number Diff line change 22# uv pip compile pyproject.toml
33annotated-types == 0.7.0
44 # via pydantic
5- betterosi == 0.3.4
5+ betterosi == 0.3.5
66 # via omega-prime (pyproject.toml)
77betterproto2 == 0.3.1
88 # via betterosi
@@ -56,7 +56,7 @@ mcap-protobuf-support==0.5.3
5656 # via betterosi
5757mdurl == 0.1.2
5858 # via markdown-it-py
59- multidict == 6.2.0
59+ multidict == 6.3.2
6060 # via grpclib
6161mypy-extensions == 1.0.0
6262 # via typing-inspect
@@ -94,9 +94,9 @@ protobuf==6.30.2
9494 # via
9595 # betterosi
9696 # mcap-protobuf-support
97- pydantic == 2.11.1
97+ pydantic == 2.11.2
9898 # via pandera
99- pydantic-core == 2.33.0
99+ pydantic-core == 2.33.1
100100 # via pydantic
101101pygments == 2.19.1
102102 # via rich
@@ -131,7 +131,7 @@ typer==0.15.2
131131 # via
132132 # omega-prime (pyproject.toml)
133133 # betterosi
134- typing-extensions == 4.13.0
134+ typing-extensions == 4.13.1
135135 # via
136136 # betterproto2
137137 # pydantic
You can’t perform that action at this time.
0 commit comments