@@ -60,7 +60,7 @@ xrp = ["robotpy-xrp"]
60
60
#
61
61
62
62
[tool .meta .packages ."mostrobotpy" ]
63
- version = " ==2025.3.1.1 "
63
+ version = " ==2025.3.2.0 "
64
64
65
65
[tool .meta .packages ."pyntcore" ]
66
66
version = " mostrobotpy"
@@ -121,11 +121,11 @@ min_version = "2024.0.0"
121
121
122
122
[tool .meta .packages ."robotpy-commands-v2" ]
123
123
max_version = " 2026.0.0"
124
- min_version = " 2025.1.1 "
124
+ min_version = " 2025.3.2 "
125
125
126
126
[tool .meta .packages ."robotpy-installer" ]
127
127
max_version = " 2026.0.0"
128
- min_version = " 2025.0.3 "
128
+ min_version = " 2025.1.0 "
129
129
constraint = ' platform_machine != "roborio" and platform_machine != "armv7l" and platform_machine != "aarch64"'
130
130
131
131
[tool .meta .packages ."robotpy-wpilib-utilities" ]
@@ -146,23 +146,24 @@ version = ""
146
146
constraint = " platform_machine == 'roborio'" # only require on RoboRIO
147
147
148
148
[tool .meta .packages ."phoenix6" ]
149
- version = " ~=25.1.0"
149
+ max_version = " 26.0"
150
+ min_version = " 25.3.1"
150
151
# the arm constraint is only here because we can't check this in CI, I think
151
152
# their package will actually work
152
153
constraint = " python_version >= '3.12' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"
153
154
154
155
[tool .meta .packages ."photonlibpy" ]
155
156
max_version = " 2026.0.0"
156
- min_version = " 2025.0.0b1 "
157
+ min_version = " 2025.2.1 "
157
158
158
159
[tool .meta .packages ."robotpy-ctre" ]
159
160
max_version = " 2026.0.0"
160
- min_version = " 2025.0.0b2.post1 "
161
+ min_version = " 2025.0.2.1 "
161
162
constraint = " python_version >= '3.12' and platform_machine != 'armv7l' and platform_machine != 'aarch64'"
162
163
163
164
[tool .meta .packages ."robotpy-navx" ]
164
165
max_version = " 2026.0.0"
165
- min_version = " 2025.0.0 "
166
+ min_version = " 2025.0.1.1 "
166
167
167
168
[tool .meta .packages ."robotpy-pathplannerlib" ]
168
169
max_version = " 2026.0.0"
@@ -173,11 +174,11 @@ constraint = "python_version >= '3.10' and platform_machine != 'armv7l' and plat
173
174
174
175
[tool .meta .packages ."robotpy-playingwithfusion" ]
175
176
max_version = " 2026.0.0"
176
- min_version = " 2025.0.0b1 "
177
+ min_version = " 2025.1.23.1 "
177
178
178
179
[tool .meta .packages ."robotpy-rev" ]
179
180
max_version = " 2026.0.0"
180
- min_version = " 2025.0.0 "
181
+ min_version = " 2025.0.3 "
181
182
constraint = " platform_machine != 'armv7l' and platform_machine != 'aarch64'"
182
183
183
184
[tool .meta .packages ."invalid" ]
0 commit comments