@@ -5,24 +5,24 @@ requires = [
55 " hatch-meson~=0.1.0" ,
66 " hatch-robotpy~=0.2.0" ,
77 " hatchling" ,
8- " robotpy-wpiutil==2026.0.0a1 " ,
9- " robotpy-wpinet==2026.0.0a1 " ,
10- " pyntcore==2026.0.0a1 " ,
8+ " robotpy-wpiutil==2026.1.1b1 " ,
9+ " robotpy-wpinet==2026.1.1b1 " ,
10+ " pyntcore==2026.1.1b1 " ,
1111 # "numpy", # required for pybind11-stubgen to not complain, broken in raspbian CI
1212]
1313
1414[project ]
1515name = " robotpy-cscore"
16- version = " 2026.0.0a1 "
16+ version = " 2026.1.1b1 "
1717description = " RobotPy bindings for cscore image processing library"
1818authors = [
1919 {name = " RobotPy Development Team" , email = " robotpy@googlegroups.com" },
2020]
2121license = " BSD-3-Clause"
2222dependencies = [
23- " robotpy-wpiutil==2026.0.0a1 " ,
24- " robotpy-wpinet==2026.0.0a1 " ,
25- " pyntcore==2026.0.0a1 " ,
23+ " robotpy-wpiutil==2026.1.1b1 " ,
24+ " robotpy-wpinet==2026.1.1b1 " ,
25+ " pyntcore==2026.1.1b1 " ,
2626]
2727
2828[project .urls ]
@@ -43,17 +43,17 @@ version_file = "cscore/version.py"
4343[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
4444artifact_id = " cscore-cpp"
4545group_id = " edu.wpi.first.cscore"
46- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
47- version = " 2026.0.0-alpha -1"
46+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
47+ version = " 2026.1.1-beta -1"
4848
4949staticlibs = [" cscore" ]
5050extract_to = " lib"
5151
5252[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
5353artifact_id = " cameraserver-cpp"
5454group_id = " edu.wpi.first.cameraserver"
55- repo_url = " https://frcmaven.wpi.edu/artifactory/development "
56- version = " 2026.0.0-alpha -1"
55+ repo_url = " https://frcmaven.wpi.edu/artifactory/release "
56+ version = " 2026.1.1-beta -1"
5757
5858staticlibs = [" cameraserver" ]
5959extract_to = " lib"
0 commit comments