Unverified Commit 4d14fb3a authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

python3Packages.xgrammar: 0.1.31 -> 0.1.33 (#504820)

parents 1e97e5fb cdf5c4eb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "xgrammar";
  version = "0.1.31";
  version = "0.1.33";
  pyproject = true;

  src = fetchFromGitHub {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    repo = "xgrammar";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-Baa/DiRoNcIv4UOC+msi4PgfRWnwprnZpLG2v7qB2h4=";
    hash = "sha256-mliAmFBY3eLnUP+2HCRGX36KPUjaxn0Eb+2aKyDwdaM=";
  };

  patches = [
@@ -99,6 +99,7 @@ buildPythonPackage rec {
  disabledTestPaths = [
    # Requires internet access
    "tests/python/test_structural_tag_converter.py"
    "tests/python/test_structural_tag_for_model.py"
  ];

  pythonImportsCheck = [ "xgrammar" ];